mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 13:25:12 +00:00
chore(component): update button and input border color (#9141)
This commit is contained in:
@@ -127,7 +127,7 @@ export const button = style({
|
||||
[bgVar]: cssVarV2('button/primary'),
|
||||
[textVar]: cssVarV2('button/pureWhiteText'),
|
||||
[iconColorVar]: cssVarV2('button/pureWhiteText'),
|
||||
[borderColorVar]: cssVarV2('button/innerBlackBorder'),
|
||||
[borderColorVar]: cssVarV2.layer.insideBorder.blackBorder,
|
||||
},
|
||||
},
|
||||
'&[data-variant="secondary"]': {
|
||||
@@ -135,7 +135,7 @@ export const button = style({
|
||||
[bgVar]: cssVarV2('button/secondary'),
|
||||
[textVar]: cssVarV2('text/primary'),
|
||||
[iconColorVar]: cssVarV2('icon/primary'),
|
||||
[borderColorVar]: cssVarV2('layer/insideBorder/border'),
|
||||
[borderColorVar]: cssVarV2.layer.insideBorder.blackBorder,
|
||||
},
|
||||
},
|
||||
'&[data-variant="plain"]': {
|
||||
@@ -152,7 +152,7 @@ export const button = style({
|
||||
[bgVar]: cssVarV2('button/error'),
|
||||
[textVar]: cssVarV2('button/pureWhiteText'),
|
||||
[iconColorVar]: cssVarV2('button/pureWhiteText'),
|
||||
[borderColorVar]: cssVarV2('button/innerBlackBorder'),
|
||||
[borderColorVar]: cssVarV2.layer.insideBorder.blackBorder,
|
||||
},
|
||||
},
|
||||
'&[data-variant="success"]': {
|
||||
@@ -160,7 +160,7 @@ export const button = style({
|
||||
[bgVar]: cssVarV2('button/success'),
|
||||
[textVar]: cssVarV2('button/pureWhiteText'),
|
||||
[iconColorVar]: cssVarV2('button/pureWhiteText'),
|
||||
[borderColorVar]: cssVarV2('button/innerBlackBorder'),
|
||||
[borderColorVar]: cssVarV2.layer.insideBorder.blackBorder,
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user