mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-13 14:06:43 +00:00
fix: change dark button color
This commit is contained in:
parent
77a708d24e
commit
db6916bb8c
@ -36,7 +36,9 @@ export const joyTheme = extendTheme({
|
|||||||
...colors.grey,
|
...colors.grey,
|
||||||
softBg: '#353539',
|
softBg: '#353539',
|
||||||
softHoverBg: '#35353978',
|
softHoverBg: '#35353978',
|
||||||
softDisabledBg: '#353539'
|
softDisabledBg: '#353539',
|
||||||
|
solidBg: '#434356',
|
||||||
|
solidHoverBg: '#5a5a72',
|
||||||
},
|
},
|
||||||
neutral: {
|
neutral: {
|
||||||
plainColor: '#D8D8DF',
|
plainColor: '#D8D8DF',
|
||||||
|
Loading…
Reference in New Issue
Block a user