💅🏻 #78 RichBlack color in Bibata Amber "watch: background"

This commit is contained in:
ful1e5 2020-10-26 19:49:21 +05:30
parent 633c6c70ac
commit ae8a73fabe
3 changed files with 5 additions and 2 deletions

View file

@ -4,13 +4,14 @@ import { ThemeColors } from "bibata-core/src/types";
const black = "#000000";
const white = "#FFFFFF";
const amber = "#FF8300";
const richBlack = "#001524";
const themeColors: ThemeColors = {
Amber: {
base: amber,
outline: white,
watch: {
background: white
background: richBlack
}
},
Classic: {