no bg on button group

This commit is contained in:
Felix Roos
2026-01-20 23:08:31 +01:00
parent 60b5024f63
commit 35a3e32238
+1 -1
View File
@@ -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',