diff --git a/components/shared/button.tsx b/components/shared/button.tsx index 58fe7e96..c4bcc868 100644 --- a/components/shared/button.tsx +++ b/components/shared/button.tsx @@ -8,7 +8,7 @@ const buttonVariants = cva( { variants: { variant: { - default: "bg-black text-white hover:bg-white/5 duration-300", + default: "bg-ocean text-white hover:bg-white/5 duration-300", destructive: "bg-red-500 text-white hover:bg-red-600", outline: "bg-transparent border border-slate-200 hover:bg-slate-800", subtle: "bg-slate-100 text-slate-900 hover:bg-slate-200", diff --git a/components/shared/command.tsx b/components/shared/command.tsx index 04c4ec75..2efb5f45 100644 --- a/components/shared/command.tsx +++ b/components/shared/command.tsx @@ -15,7 +15,7 @@ const Command = React.forwardRef< >(({ className, ...props }, ref) => (
diff --git a/components/shared/dialog.tsx b/components/shared/dialog.tsx index d5486e84..dd02adec 100644 --- a/components/shared/dialog.tsx +++ b/components/shared/dialog.tsx @@ -50,7 +50,7 @@ const DialogContent = React.forwardRef< (({ className, ...props }, ref) => ( )); diff --git a/components/shared/gradiant-card.tsx b/components/shared/gradiant-card.tsx index 76248178..33866b70 100644 --- a/components/shared/gradiant-card.tsx +++ b/components/shared/gradiant-card.tsx @@ -6,9 +6,11 @@ const cardVariants = cva("mask relative w-full", { variants: { variant: { default: - "rounded-xl bg-black/20 p-5 backdrop-blur-2xl after:absolute after:inset-0 after:rounded-xl after:bg-gradient-to-br after:from-ocean 400/40 after:via-ocean 400/5 after:to-ocean 400/40 after:p-px", + "rounded-xl border border-cloud/10 bg-cloud/5 p-5 backdrop-blur-2xl", + // "rounded-xl bg-black/20 p-5 backdrop-blur-2xl after:absolute after:inset-0 after:rounded-xl after:bg-gradient-to-br after:from-ocean 400/40 after:via-ocean 400/5 after:to-ocean 400/40 after:p-px", clean: - "overflow-hidden rounded-2xl bg-neutral-950 px-6 py-5 backdrop-blur-xl after:absolute after:inset-0 after:rounded-2xl after:bg-gradient-to-b after:from-ocean 400/30 after:via-ocean 400/5 after:to-ocean 600/20 after:p-px", + "rounded-xl border border-cloud/10 bg-cloud/5 p-5 backdrop-blur-2xl", + // "overflow-hidden rounded-2xl bg-neutral-950 px-6 py-5 backdrop-blur-xl after:absolute after:inset-0 after:rounded-2xl after:bg-gradient-to-b after:from-ocean 400/30 after:via-ocean 400/5 after:to-ocean 600/20 after:p-px", }, }, defaultVariants: { diff --git a/components/shared/progress.tsx b/components/shared/progress.tsx index 6751a15f..21f16fa9 100644 --- a/components/shared/progress.tsx +++ b/components/shared/progress.tsx @@ -22,14 +22,14 @@ const Progress = React.forwardRef< {pos == "right" ? ( ) : ( {
diff --git a/components/wiki/statistics/tournaments-popover.tsx b/components/wiki/statistics/tournaments-popover.tsx index 9fb14cac..0384bc9f 100644 --- a/components/wiki/statistics/tournaments-popover.tsx +++ b/components/wiki/statistics/tournaments-popover.tsx @@ -42,7 +42,7 @@ export default function StatsContainer({ children, tourNames }: IStats) { - +