mirror of
https://github.com/checktheroads/hyperglass
synced 2024-05-11 05:55:08 +00:00
fix theme typing & color attributes
This commit is contained in:
@@ -35,8 +35,8 @@ import PageLink from "../../src/components/PageLink";
|
||||
| `warning` | String | | Warning message/status color |
|
||||
| `error` | String | | Error message/status color |
|
||||
| `danger` | String | | Danger message/status color |
|
||||
| `black` | String | <Color hex="#121212"/> | Used as background color in dark mode |
|
||||
| `white` | String | <Color hex="#f5f6f7"/> | Used as background color in light mode |
|
||||
| `dark` | String | <Color hex="#121212"/> | Used as background color in dark mode |
|
||||
| `light` | String | <Color hex="#f5f6f7"/> | Used as background color in light mode |
|
||||
| `red` | String | <Color hex="#d84b4b"/> | Used as `danger` color if undefined |
|
||||
| `orange` | String | <Color hex="#ff6b35"/> | Used as `error` color if undefined |
|
||||
| `yellow` | String | <Color hex="#edae49"/> | Used as `warning` color if undefined |
|
||||
|
Reference in New Issue
Block a user