Skip to content

Commit

Permalink
fix: more colors (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeldking committed Mar 4, 2024
1 parent 4e1677e commit 0b21caf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/provider/GlobalStyles.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -664,6 +664,8 @@ export const lightThemeCSS = css`
--ac-global-color-primary: rgb(9, 105, 218);
--ac-global-color-primary-900: rgba(9, 105, 218, 0.9);
--ac-global-color-primary-700: rgba(9, 105, 218, 0.7);
--ac-global-color-primary-500: rgba(9, 105, 218, 0.5);
--ac-global-color-primary-300: rgba(9, 105, 218, 0.3);

// The newer grays (grey)
--ac-global-color-grey-50-rgb: 255, 255, 255;
Expand Down

0 comments on commit 0b21caf

Please sign in to comment.