change orange -> yellow for dark
This commit is contained in:
parent
ef391a00e8
commit
9c91101c99
@ -35,7 +35,7 @@ export function SlotButtons({ documentId }: Readonly<SlotProps>) {
|
||||
<div className="grid grid-cols-[2fr_1fr]">
|
||||
{isOpened && (
|
||||
<Button
|
||||
className="rounded-l-2xl rounded-r-none bg-orange-100 p-8 text-orange-500 dark:bg-orange-700 dark:text-orange-100"
|
||||
className="rounded-l-2xl rounded-r-none bg-orange-100 p-8 text-orange-500 dark:bg-yellow-700 dark:text-orange-100"
|
||||
onClick={handleCloseSlot}
|
||||
variant="ghost"
|
||||
>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user