Skip to content

Commit

Permalink
Merge pull request #2147 from gluestack/fix/background-muted-color
Browse files Browse the repository at this point in the history
fix/background-muted-color
  • Loading branch information
ankit-tailor authored May 10, 2024
2 parents afed492 + 5cc9008 commit 1432bb9
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export const config = {
'--color-background-error': '#FEF1F1',
'--color-background-warning': '#FFF4EB',
'--color-background-success': '#EDFCF2',
'--color-background-muted': '#F6F6F7',
'--color-background-muted': '#F7F8F7',
'--color-background-info': '#EBF8FE',
}),
dark: vars({
Expand Down Expand Up @@ -292,7 +292,7 @@ export const config = {
'--color-background-error': '#422B2B',
'--color-background-warning': '#412F23',
'--color-background-success': '#1C2B21',
'--color-background-muted': '#252526',
'--color-background-muted': '#333333',
'--color-background-info': '#1A282E',
}),
};

0 comments on commit 1432bb9

Please sign in to comment.