mirror of
https://github.com/Significant-Gravitas/AutoGPT.git
synced 2026-04-08 03:00:28 -04:00
refactor(block-menu): update ControlPanelButton styles for improved clarity and consistency
This commit is contained in:
@@ -23,7 +23,8 @@ export const ControlPanelButton: React.FC<Props> = ({
|
||||
"flex h-[4.25rem] w-[4.25rem] items-center justify-center whitespace-normal bg-white p-[1.38rem] text-zinc-800 shadow-none hover:cursor-pointer hover:bg-zinc-100 hover:text-zinc-950 focus:ring-0",
|
||||
selected &&
|
||||
"bg-violet-50 text-violet-700 hover:cursor-default hover:bg-violet-50 hover:text-violet-700 active:bg-violet-50 active:text-violet-700",
|
||||
disabled && className,
|
||||
disabled && "",
|
||||
className,
|
||||
)}
|
||||
{...rest}
|
||||
>
|
||||
@@ -31,5 +32,3 @@ export const ControlPanelButton: React.FC<Props> = ({
|
||||
</div>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user