Skip to content

Commit

Permalink
fix: background color default config fix (#1988)
Browse files Browse the repository at this point in the history
  • Loading branch information
kanikabansal-juspay authored Dec 30, 2024
1 parent 9c18971 commit f768696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/context/ThemeProvider.res
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ let newDefaultConfig: HyperSwitchConfigTypes.customStylesTheme = {
primary: "#006DF9",
secondary: "#F7F7F7",
sidebar: "#242F48",
background: "#F7F8FB",
background: "#006df9",
},
typography: {
fontFamily: "Roboto, sans-serif",
Expand Down

0 comments on commit f768696

Please sign in to comment.