1
0
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:
checktheroads
2021-01-02 12:52:35 -07:00
parent 3860d9b3e4
commit aa66a4c916
4 changed files with 41 additions and 30 deletions

View File

@@ -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 |