Skip to content

Instantly share code, notes, and snippets.

@salemhilal
Created November 15, 2022 23:26
Show Gist options
  • Save salemhilal/f260978743b0c390ec537f684b976185 to your computer and use it in GitHub Desktop.
Save salemhilal/f260978743b0c390ec537f684b976185 to your computer and use it in GitHub Desktop.
diff --git a/src/theme/octane-components.ts b/src/theme/octane-components.ts
index 5bef6c56..929a8a6e 100644
--- a/src/theme/octane-components.ts
+++ b/src/theme/octane-components.ts
@@ -32,7 +32,7 @@ export const components: ThemeComponents = {
parts: ['menu', 'list', 'item'],
baseStyle: {
item: {
- color: colors.fontSecondary,
+ background: colors.bgSecondary,
_focus: {
bg: colors.bgTertiary,
},
@@ -52,7 +52,6 @@ export const components: ThemeComponents = {
menu: {
borderColor: colors.borderDivider,
br: 'md',
- background: 'green',
},
list: {
background: colors.bgSecondary,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment