no bg on button group
This commit is contained in:
parent
60b5024f63
commit
35a3e32238
1 changed files with 1 additions and 1 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue