mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 21:59:43 +03:00
Add some detail around how colors are defined
This commit is contained in:
parent
1b9c04210b
commit
c03be0cf9f
1 changed files with 6 additions and 0 deletions
|
@ -5,6 +5,12 @@ import { Color, ColorRow } from './Color';
|
|||
|
||||
# Colors
|
||||
|
||||
These colors are assigned in our [color token](https://github.com/owncast/owncast/tree/webv2/web/style-definitions/tokens/color) files
|
||||
and get reflected here as they change.
|
||||
|
||||
Toggle dark mode on and off in the above toolbar to see how these colors look on a dark vs. light background.
|
||||
|
||||
## Key Colors
|
||||
|
||||
<ColorRow colors={['theme-primary-color', 'theme-text-color-secondary']} />
|
||||
|
||||
|
|
Loading…
Reference in a new issue