fix: theme change

This commit is contained in:
changhuiping.chp 2023-07-03 19:04:17 +08:00
parent 3b35518cd0
commit b1f4ef285d
2 changed files with 4 additions and 1 deletions

View File

@ -61,6 +61,9 @@ export default function Home() {
size="md"
variant="solid"
className='text-base rounded-none '
style={{
boxShadow: '0px 8px 10px 0px rgb(31 31 31 / 50%)'
}}
onClick={async () => {
const res = await sendPostRequest('/v1/chat/dialogue/new', {
chat_mode: scene['chat_scene']

View File

@ -8,7 +8,7 @@ export const joyTheme = extendTheme({
mode: 'dark',
primary: {
...colors.grey,
solidBg: '#dfdfdf91',
solidBg: '#9a9a9a91',
solidColor: '#4e4e4e',
solidHoverBg: '#d5d5d5',
outlinedColor: '#4e4e59'