Skip to content

Commit

Permalink
theme
Browse files Browse the repository at this point in the history
  • Loading branch information
r2hu1 committed Jul 28, 2024
1 parent a9979dd commit 4900026
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/CookieConsent.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ export default function CookieConsent({ demo = false, onAcceptCallback = () => {

return (
<div className={cn("fixed z-[200] bottom-0 left-0 right-0 sm:left-4 sm:bottom-4 w-full sm:max-w-md duration-700", !isOpen ? "transition-[opacity,transform] translate-y-8 opacity-0" : "transition-[opacity,transform] translate-y-0 opacity-100", hide && "hidden")}>
<div className="dark:bg-secondary bg-background rounded-md m-3 border border-border shadow-lg dark:shadow-none">
<div className="dark:bg-card bg-background rounded-md m-3 border border-border shadow-lg">
<div className="grid gap-2">
<div className="border-b border-border dark:border-background/20 h-14 flex items-center justify-between p-4">
<div className="border-b border-border h-14 flex items-center justify-between p-4">
<h1 className="text-lg font-medium">We use cookies</h1>
<CookieIcon className="h-[1.2rem] w-[1.2rem]" />
</div>
Expand Down

0 comments on commit 4900026

Please sign in to comment.