This commit is contained in:
Archer
2023-11-15 11:36:25 +08:00
committed by GitHub
parent 592e1a93a2
commit bfd8be5df0
181 changed files with 2499 additions and 1552 deletions

View File

@@ -22,3 +22,7 @@
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
span[tabindex='0'] {
line-height: 1;
}

View File

@@ -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'