mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-04-23 09:04:47 +00:00
fix(app): simplify themes (#17274)
This commit is contained in:
@@ -4,7 +4,8 @@
|
||||
"id": "oc-2",
|
||||
"light": {
|
||||
"palette": {
|
||||
"neutral": "#8f8f8f",
|
||||
"neutral": "#f7f7f7",
|
||||
"ink": "#171311",
|
||||
"primary": "#dcde8d",
|
||||
"success": "#12c905",
|
||||
"warning": "#ffdc17",
|
||||
@@ -30,7 +31,8 @@
|
||||
},
|
||||
"dark": {
|
||||
"palette": {
|
||||
"neutral": "#707070",
|
||||
"neutral": "#151515",
|
||||
"ink": "#f1ece8",
|
||||
"primary": "#fab283",
|
||||
"success": "#12c905",
|
||||
"warning": "#fcd53a",
|
||||
|
||||
Reference in New Issue
Block a user