perf: confirm ux (#4843)

* perf: delete tip ux

* perf: confirm ux
This commit is contained in:
Archer
2025-05-20 13:41:56 +08:00
committed by GitHub
parent 1dac2b70ec
commit d44c338059
18 changed files with 309 additions and 391 deletions

View File

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