Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Tatiana Fomina <[email protected]>
  • Loading branch information
neSpecc and TatianaFomina authored Feb 23, 2024
1 parent 98384ee commit 6df7f4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions codex-ui/src/styles/themes/red.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ body[theme-accent='red'] {
}

/**
* Set up colors for the theme Red
*/
* Set up colors for the theme Red
*/
body[theme-base='red'] {
--base--bg-primary: var(--red--bg-primary);
--base--bg-secondary: var(--red--bg-secondary);
Expand Down
8 changes: 4 additions & 4 deletions codex-ui/src/styles/themes/violet.pcss
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
body[theme-base='violet'],
body[theme-accent='violet'] {
/**
* Violet Dark Colors
*/
* Violet Dark Colors
*/
--violet--bg-primary: #19141e;
--violet--bg-secondary: #261f2d;
--violet--bg-secondary-hover: #302b36;
Expand All @@ -17,8 +17,8 @@ body[theme-accent='violet'] {
}

/**
* Set up colors for the theme Violet
*/
* Set up colors for the theme Violet
*/
body[theme-base='violet'] {
--base--bg-primary: var(--violet--bg-primary);
--base--bg-secondary: var(--violet--bg-secondary);
Expand Down

0 comments on commit 6df7f4c

Please sign in to comment.