mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-12-23 19:11:14 +01:00
fix export button colors (#10903)
This commit is contained in:
parent
8163c036ef
commit
9281093740
@ -17,7 +17,7 @@ export default function SaveExportOverlay({
|
|||||||
return (
|
return (
|
||||||
<div className={className}>
|
<div className={className}>
|
||||||
<div
|
<div
|
||||||
className={`flex justify-center px-2 gap-2 items-center pointer-events-auto rounded-lg *:text-white ${
|
className={`flex justify-center px-2 gap-2 items-center pointer-events-auto rounded-lg ${
|
||||||
show ? "animate-in slide-in-from-top duration-500" : "invisible"
|
show ? "animate-in slide-in-from-top duration-500" : "invisible"
|
||||||
} text-center mt-5 mx-auto`}
|
} text-center mt-5 mx-auto`}
|
||||||
>
|
>
|
||||||
@ -31,7 +31,7 @@ export default function SaveExportOverlay({
|
|||||||
Save Export
|
Save Export
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
className="flex items-center gap-1"
|
className="flex items-center gap-1 text-primary-foreground"
|
||||||
size="sm"
|
size="sm"
|
||||||
variant="secondary"
|
variant="secondary"
|
||||||
onClick={onCancel}
|
onClick={onCancel}
|
||||||
|
Loading…
Reference in New Issue
Block a user