mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
use light instead of subtle
This commit is contained in:
parent
d5e213c611
commit
be254daa71
@ -72,7 +72,7 @@ export function ActionDropdown({
|
||||
<Tooltip label={tooltip} hidden={!tooltip} position="bottom">
|
||||
<Button
|
||||
radius="sm"
|
||||
variant={noindicator ? 'transparent' : 'subtle'}
|
||||
variant={noindicator ? 'transparent' : 'light'}
|
||||
disabled={disabled}
|
||||
aria-label={menuName}
|
||||
p="0"
|
||||
|
Loading…
Reference in New Issue
Block a user