Fix control-border CSS regression (#388)

This commit is contained in:
George Gevoian
2023-01-03 10:16:23 -05:00
committed by GitHub
parent cabac3d9d8
commit 77e85c132c
4 changed files with 4 additions and 5 deletions

View File

@@ -33,9 +33,8 @@ export const cssButton = styled('button', `
color: ${theme.controlFg};
--icon-color: ${theme.controlFg};
border: ${vars.controlBorder};
border: ${theme.controlBorder};
border-radius: ${vars.controlBorderRadius};
border-color: ${theme.controlBorder};
cursor: pointer;