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 46eb1f4 commit 3db6b8aCopy full SHA for 3db6b8a
src/components/fields/NumberInput/NumberInput.tsx
@@ -36,6 +36,7 @@ const StepperContainer = tasty({
36
gridRows: '1sf 1sf',
37
flow: 'column',
38
placeSelf: 'stretch',
39
+ margin: '(.5x - 1bw) left',
40
},
41
});
42
src/components/fields/TextInput/TextInputBase.tsx
@@ -175,7 +175,7 @@ export const DEFAULT_INPUT_STYLES: Styles = {
175
'[data-size="small"]': '(1x - 1bw)',
176
'[data-size="large"]': '(1.25x - 1bw)',
177
'[data-size="xlarge"]': '(1.5x - 1bw)',
178
- suffix: '(.5x - 1bw)',
+ suffix: '0',
179
180
};
181
0 commit comments