Skip to content

Commit

Permalink
replace theme color progressBarFill with success
Browse files Browse the repository at this point in the history
  • Loading branch information
cdOut committed Apr 3, 2024
1 parent 3d1e951 commit f792c0a
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion src/styles/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4553,7 +4553,7 @@ const styles = (theme: ThemeColors) =>
headerProgressBarFill: {
borderRadius: variables.componentBorderRadiusRounded,
height: '100%',
backgroundColor: theme.progressBarFill,
backgroundColor: theme.success,
},

interactiveStepHeaderContainer: {
Expand Down
1 change: 0 additions & 1 deletion src/styles/theme/themes/dark.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ const darkTheme = {
mapAttributionText: colors.black,
white: colors.white,
progressBarBackground: colors.productDark400,
progressBarFill: colors.green400,
videoPlayerBG: `${colors.productDark100}cc`,
transparentWhite: `${colors.white}51`,

Expand Down
1 change: 0 additions & 1 deletion src/styles/theme/themes/light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,6 @@ const lightTheme = {
mapAttributionText: colors.black,
white: colors.white,
progressBarBackground: colors.productLight400,
progressBarFill: colors.green400,
videoPlayerBG: `${colors.productDark100}cc`,
transparentWhite: `${colors.white}51`,

Expand Down
1 change: 0 additions & 1 deletion src/styles/theme/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ type ThemeColors = {
mapAttributionText: Color;
white: Color;
progressBarBackground: Color;
progressBarFill: Color;
videoPlayerBG: Color;
transparentWhite: Color;

Expand Down

0 comments on commit f792c0a

Please sign in to comment.