Skip to content

Commit

Permalink
Add privacy center new line css (#4148)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelsey-Ethyca authored Sep 24, 2023
1 parent ad640cb commit 28a9021
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clients/privacy-center/config/config.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,6 @@ Override basic theme colors by uncommenting and editing those below
/* --chakra-colors-primary-400: #464B83; */
/* Primary button color */
/* --chakra-colors-primary-800: #111439; */
/* respect new line breaks \n */
white-space: pre-line;
}
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ Override basic theme colors by uncommenting and editing those below
--chakra-colors-primary-800: #A85936;
/* Button border color */
--chakra-colors-complimentary-500: #A85936;
/* respect new line breaks \n */
white-space: pre-line;
}

0 comments on commit 28a9021

Please sign in to comment.