mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-01 20:27:45 +00:00
v4.6-3 (#471)
This commit is contained in:
@@ -22,3 +22,7 @@
|
||||
-webkit-background-clip: text;
|
||||
-webkit-text-fill-color: transparent;
|
||||
}
|
||||
|
||||
span[tabindex='0'] {
|
||||
line-height: 1;
|
||||
}
|
||||
|
@@ -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