Skip to content

Commit

Permalink
fix(IconBox): dark color config
Browse files Browse the repository at this point in the history
  • Loading branch information
driss-chelouati committed Feb 22, 2024
1 parent c3e777c commit d05ede9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/plugins/components/icon-box/icon-box.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const defaultConfig = {
light: {
background: {
light: 'white',
dark: 'muted-950',
dark: 'muted-700',
},
font: {
color: {
Expand Down Expand Up @@ -220,7 +220,7 @@ export const defaultConfig = {
font: {
color: {
light: 'muted-800',
dark: 'muted-800',
dark: 'muted-300',
},
},
},
Expand All @@ -232,7 +232,7 @@ export const defaultConfig = {
font: {
color: {
light: 'muted-800',
dark: 'muted-900',
dark: 'muted-100',
},
},
},
Expand Down Expand Up @@ -354,7 +354,7 @@ export const defaultConfig = {
font: {
color: {
light: 'muted-800',
dark: 'muted-800',
dark: 'muted-400',
},
},
},
Expand Down

0 comments on commit d05ede9

Please sign in to comment.