forked from cerc-io/snowballtools-base
🔧 chore: whitespace nowrap to prevent text warping on steps
This commit is contained in:
parent
0a2686d5ec
commit
e8ae417772
@ -15,7 +15,12 @@ export const stepTheme = tv({
|
|||||||
'shadow-button',
|
'shadow-button',
|
||||||
'shrink-0',
|
'shrink-0',
|
||||||
],
|
],
|
||||||
label: ['text-sm', 'font-sans', 'text-elements-mid-em'],
|
label: [
|
||||||
|
'text-sm',
|
||||||
|
'font-sans',
|
||||||
|
'text-elements-mid-em',
|
||||||
|
'whitespace-nowrap',
|
||||||
|
],
|
||||||
connector: [],
|
connector: [],
|
||||||
},
|
},
|
||||||
variants: {
|
variants: {
|
||||||
|
Loading…
Reference in New Issue
Block a user