chore: adjust spacing and text size of long/short type selectors
This commit is contained in:
parent
74bf183fad
commit
918825aca8
@ -17,7 +17,7 @@ export const SideSelector = (props: SideSelectorProps) => {
|
||||
return (
|
||||
<RadioGroup.Root
|
||||
name="order-side"
|
||||
className="mb-2 flex h-10 leading-10"
|
||||
className="mb-4 flex h-10 leading-10"
|
||||
{...props}
|
||||
>
|
||||
{toggles.map(({ label, value }) => (
|
||||
|
@ -45,7 +45,7 @@ export const TypeToggle = ({
|
||||
return (
|
||||
<RadioGroup.Root
|
||||
name="order-type"
|
||||
className={classNames('mb-2 grid h-8 leading-8 font-alpha text-sm', {
|
||||
className={classNames('mb-2 grid h-8 leading-8 font-alpha text-xs', {
|
||||
'grid-cols-3': FLAGS.STOP_ORDERS,
|
||||
'grid-cols-2': !FLAGS.STOP_ORDERS,
|
||||
})}
|
||||
|
Loading…
Reference in New Issue
Block a user