Skip to content

Commit

Permalink
Page
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncid committed Nov 12, 2024
1 parent 4a0abad commit d8d427e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sparkle/src/components/Page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ interface PageHeaderProps {
Page.Header = function ({ title, description, icon }: PageHeaderProps) {
return (
<Page.Vertical gap="xs">
<Icon visual={icon} className="s-text-muted-foreground" size="lg" />
<Icon visual={icon} className="s-text-primary-400" size="lg" />
<Page.H variant="h3">{title}</Page.H>
{description && <Page.P variant="secondary">{description}</Page.P>}
</Page.Vertical>
Expand Down
2 changes: 1 addition & 1 deletion sparkle/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ module.exports = {
},
primary: {
DEFAULT: colors.slate[800],
light: { DEFAULT: colors.slate[700], dark: colors.slate[300] },
light: { DEFAULT: colors.slate[600], dark: colors.slate[300] },
dark: { DEFAULT: colors.slate[950], dark: colors.slate[50] },
muted: { DEFAULT: colors.slate[400], dark: colors.slate[600] },
950: { DEFAULT: colors.slate[950], dark: colors.slate[50] },
Expand Down

0 comments on commit d8d427e

Please sign in to comment.