mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
tweak(ui): form element header hover color
This commit is contained in:
@@ -31,6 +31,9 @@ const sx: SystemStyleObject = {
|
||||
'&[data-is-dragging="true"]': {
|
||||
opacity: 0.3,
|
||||
},
|
||||
_hover: {
|
||||
bg: 'baseAlpha.300',
|
||||
},
|
||||
};
|
||||
|
||||
type Props = Omit<FlexProps, 'sx'> & { element: FormElement; dragHandleRef: RefObject<HTMLDivElement> };
|
||||
|
||||
Reference in New Issue
Block a user