We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70329bd commit 894023aCopy full SHA for 894023a
src/components/actions/Button/Button.tsx
@@ -38,6 +38,7 @@ export const DEFAULT_BUTTON_STYLES: Styles = {
38
placeContent: 'center',
39
position: 'relative',
40
margin: 0,
41
+ boxSizing: 'border-box',
42
outline: {
43
'': '#purple-03.0',
44
focused: '#purple-03',
0 commit comments