chore: minor vaults ui improvements

This commit is contained in:
Aman Harwara
2023-08-07 15:36:26 +05:30
parent ee473fe34d
commit e2215f9a1f
6 changed files with 111 additions and 79 deletions

View File

@@ -18,7 +18,12 @@ const RadioButtonGroup = ({ value, items, onChange, className }: Props) => {
})
return (
<RadioGroup store={radio} className={`flex divide-x divide-border rounded border border-border ${className ?? ''}`}>
<RadioGroup
store={radio}
className={`flex divide-x divide-border rounded border border-border md:translucent-ui:border-[--popover-border-color] ${
className ?? ''
}`}
>
{items.map(({ label, value: itemValue }) => (
<label
className={classNames(