mirror of
https://github.com/wassname/Open-Assistant.git
synced 2026-06-27 16:10:30 +08:00
text Color
This commit is contained in:
@@ -1,8 +1,10 @@
|
||||
export const colors = {
|
||||
light: {
|
||||
bg: "gray.100"
|
||||
bg: "gray.100",
|
||||
text: "black"
|
||||
},
|
||||
dark: {
|
||||
bg: "gray.900"
|
||||
bg: "gray.900",
|
||||
text: "white"
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user