mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-10 20:52:33 +00:00
fix: theme change
This commit is contained in:
parent
3b35518cd0
commit
b1f4ef285d
@ -61,6 +61,9 @@ export default function Home() {
|
|||||||
size="md"
|
size="md"
|
||||||
variant="solid"
|
variant="solid"
|
||||||
className='text-base rounded-none '
|
className='text-base rounded-none '
|
||||||
|
style={{
|
||||||
|
boxShadow: '0px 8px 10px 0px rgb(31 31 31 / 50%)'
|
||||||
|
}}
|
||||||
onClick={async () => {
|
onClick={async () => {
|
||||||
const res = await sendPostRequest('/v1/chat/dialogue/new', {
|
const res = await sendPostRequest('/v1/chat/dialogue/new', {
|
||||||
chat_mode: scene['chat_scene']
|
chat_mode: scene['chat_scene']
|
||||||
|
@ -8,7 +8,7 @@ export const joyTheme = extendTheme({
|
|||||||
mode: 'dark',
|
mode: 'dark',
|
||||||
primary: {
|
primary: {
|
||||||
...colors.grey,
|
...colors.grey,
|
||||||
solidBg: '#dfdfdf91',
|
solidBg: '#9a9a9a91',
|
||||||
solidColor: '#4e4e4e',
|
solidColor: '#4e4e4e',
|
||||||
solidHoverBg: '#d5d5d5',
|
solidHoverBg: '#d5d5d5',
|
||||||
outlinedColor: '#4e4e59'
|
outlinedColor: '#4e4e59'
|
||||||
|
Loading…
Reference in New Issue
Block a user