mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-21 17:09:09 +01:00
Slight cleanup
This commit is contained in:
@@ -44,9 +44,8 @@ export function SegmentedControl<T extends string>({ value, onChange, options, n
|
||||
return (
|
||||
<IconButton
|
||||
size="xs"
|
||||
variant={isActive ? "border" : "solid"}
|
||||
// color={isActive ? "secondary": "default"}
|
||||
color={isActive ? "default" : "default"}
|
||||
variant="solid"
|
||||
color={isActive ? "secondary" : "default"}
|
||||
role="radio"
|
||||
event={{ id: name, value: String(o.value) }}
|
||||
tabIndex={isSelected ? 0 : -1}
|
||||
|
||||
Reference in New Issue
Block a user