Skip to content

Commit

Permalink
Fix subtle styling
Browse files Browse the repository at this point in the history
  • Loading branch information
csandman committed Oct 12, 2024
1 parent 5362cab commit 4ba519c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/chakra-components/menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const LoadingMessage = <
};

const initialCss: SystemStyleObject = {
color: "chakra-subtle-text",
color: "fg.subtle",
textAlign: "center",
paddingY: verticalPaddings[size],
fontSize: size,
Expand Down Expand Up @@ -181,7 +181,7 @@ export const NoOptionsMessage = <
};

const initialCss: SystemStyleObject = {
color: "chakra-subtle-text",
color: "fg.subtle",
textAlign: "center",
paddingY: verticalPaddings[size],
fontSize: size,
Expand Down

0 comments on commit 4ba519c

Please sign in to comment.