binary to decimal
This commit is contained in:
@@ -2,7 +2,7 @@ import { cn } from "@/lib/utils";
|
||||
import { type HTMLAttributes } from "react";
|
||||
|
||||
interface CardProps extends HTMLAttributes<HTMLDivElement> {
|
||||
accent?: "unit-1" | "unit-2" | "unit-3" | "unit-4" | "unit-5";
|
||||
accent?: "unit-1" | "unit-2" | "unit-3" | "unit-4" | "unit-5" | "unit-6";
|
||||
hover?: boolean;
|
||||
}
|
||||
|
||||
@@ -12,6 +12,7 @@ const accentStyles = {
|
||||
"unit-3": "border-l-4 border-l-unit-3",
|
||||
"unit-4": "border-l-4 border-l-unit-4",
|
||||
"unit-5": "border-l-4 border-l-unit-5",
|
||||
"unit-6": "border-l-4 border-l-unit-6",
|
||||
};
|
||||
|
||||
export function Card({
|
||||
|
||||
Reference in New Issue
Block a user