mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00
@@ -221,7 +221,8 @@ const Button = defineStyleConfig({
|
||||
boxShadow: '0px 0px 1px 0px rgba(19, 51, 107, 0.08), 0px 1px 2px 0px rgba(19, 51, 107, 0.05)',
|
||||
_hover: {
|
||||
color: 'red.600',
|
||||
borderColor: 'red.300'
|
||||
borderColor: 'red.300',
|
||||
bg: 'red.50'
|
||||
},
|
||||
_active: {
|
||||
color: 'red.600'
|
||||
@@ -281,11 +282,11 @@ const Button = defineStyleConfig({
|
||||
bg: 'transparent',
|
||||
transition: 'background 0.1s',
|
||||
_hover: {
|
||||
bg: 'myGray.150',
|
||||
bg: 'red.50',
|
||||
color: 'red.600'
|
||||
},
|
||||
_active: {
|
||||
bg: 'myGray.150'
|
||||
bg: 'red.50'
|
||||
},
|
||||
_disabled: {
|
||||
color: 'myGray.800 !important'
|
||||
|
Reference in New Issue
Block a user