chore: adjust spacing and text size of long/short type selectors

This commit is contained in:
Matthew Russell 2023-08-02 15:36:39 +01:00
parent 74bf183fad
commit 918825aca8
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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 }) => (

View File

@ -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,
})}