Skip to content

Commit

Permalink
update dark supporting text color
Browse files Browse the repository at this point in the history
  • Loading branch information
pasyukevich committed Dec 12, 2023
1 parent f3d3860 commit fef4dc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/styles/themes/default.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const darkTheme = {
successPressed: colors.greenPressed,
transparent: colors.transparent,
signInPage: colors.green800,
darkSupportingText: colors.darkSupportingText,
darkSupportingText: colors.productDark800,

// Additional keys
overlay: colors.productDark400,
Expand Down
2 changes: 1 addition & 1 deletion src/styles/themes/light.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const lightTheme = {
successPressed: colors.greenPressed,
transparent: colors.transparent,
signInPage: colors.green800,
darkSupportingText: colors.darkSupportingText,
darkSupportingText: colors.productDark800,

// Additional keys
overlay: colors.productLight400,
Expand Down

0 comments on commit fef4dc4

Please sign in to comment.