chore: changed light mode colors (#913)
This commit is contained in:
parent
f2701a12ea
commit
6f03022f65
18 changed files with 68 additions and 60 deletions
|
|
@ -288,7 +288,7 @@ export const SidebarBlockedSelect: React.FC<Props> = ({
|
|||
<button
|
||||
type="button"
|
||||
className={`flex w-full text-brand-secondary ${
|
||||
isNotAllowed ? "cursor-not-allowed" : "cursor-pointer hover:bg-brand-surface-1"
|
||||
isNotAllowed ? "cursor-not-allowed" : "cursor-pointer hover:bg-brand-surface-2"
|
||||
} items-center justify-between gap-1 rounded-md border border-brand-base px-2 py-1 text-xs shadow-sm duration-300 focus:outline-none`}
|
||||
onClick={() => setIsBlockedModalOpen(true)}
|
||||
disabled={isNotAllowed}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue