Skip to content

Commit

Permalink
chore: fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoperra committed Sep 17, 2022
1 parent e2b52c3 commit c294e94
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ export const fallbackContainer = style({
selectors: {
...withThemeMode({
light: {
backgroundColor: darkGrayScale.gray3,
backgroundColor: themeVars.backgroundColor.gray['200'],
color: themeVars.dynamicColors.descriptionTextColor,
},
dark: {
backgroundColor: themeVars.backgroundColor.gray['200'],
backgroundColor: darkGrayScale.gray3,
color: themeVars.dynamicColors.descriptionTextColor,
},
}),
Expand Down

0 comments on commit c294e94

Please sign in to comment.