Skip to content

Commit

Permalink
fix constrast issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ptbarnum4 committed Dec 21, 2023
1 parent b8aba83 commit d87391d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/theme/styled/GlobalStyles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ const GlobalStyles = createGlobalStyle`
.bg-subtle-dark {
background: ${({ theme }) => (theme.isLightMode ? theme.alpha.fg : theme.alpha.bg)};
color: ${({ theme }) => theme.white};
}
.p-1 {
padding: 0.5rem;
Expand Down

0 comments on commit d87391d

Please sign in to comment.