mirror of
https://codeberg.org/uzu/strudel
synced 2026-08-01 21:37:42 -04:00
no bg on button group
This commit is contained in:
@@ -9,7 +9,7 @@ export function ButtonGroup({ value, onChange, items }) {
|
||||
id={key}
|
||||
onClick={() => onChange(key)}
|
||||
className={cx(
|
||||
'px-2 border-b-2 h-8 whitespace-nowrap bg-background',
|
||||
'px-2 border-b-2 h-8 whitespace-nowrap',
|
||||
// i === 0 && 'rounded-l-md',
|
||||
// i === arr.length - 1 && 'rounded-r-md',
|
||||
// value === key ? 'bg-background' : 'bg-lineHighlight',
|
||||
|
||||
Reference in New Issue
Block a user