mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-03 13:38:00 +00:00
v4.6-3 (#471)
This commit is contained in:
@@ -60,7 +60,7 @@ const Button = defineStyleConfig({
|
||||
color: 'white',
|
||||
border: 'none',
|
||||
_hover: {
|
||||
filter: 'brightness(115%)'
|
||||
filter: 'brightness(120%)'
|
||||
},
|
||||
_disabled: {
|
||||
bg: '#3370ff !important'
|
||||
@@ -74,7 +74,8 @@ const Button = defineStyleConfig({
|
||||
transition: 'background 0.3s',
|
||||
_hover: {
|
||||
color: 'myBlue.600',
|
||||
bg: 'myWhite.400'
|
||||
bg: 'myWhite.400',
|
||||
boxShadow: '0 0 5px rgba(0,0,0,0.2)'
|
||||
},
|
||||
_active: {
|
||||
color: 'myBlue.700'
|
||||
|
Reference in New Issue
Block a user