Skip to content

Commit

Permalink
fix(): Add quantinuum color.
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanCQ committed Sep 26, 2024
1 parent 0520ff4 commit 8d6a77c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tailwindTheme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import typography from "@tailwindcss/typography";
import type { Config } from "tailwindcss";
import animate from "tailwindcss-animate";
export const tailwindTheme = {
darkMode: ['selector', '[data-theme="dark"]'],
darkMode: ["selector", '[data-theme="dark"]'],
theme: {
container: {
center: true,
Expand All @@ -13,6 +13,7 @@ export const tailwindTheme = {
},
extend: {
colors: {
quantinuum: "hsl(var(--quantinuum))",
border: "hsl(var(--border))",
input: "hsl(var(--input))",
ring: "hsl(var(--ring))",
Expand Down

0 comments on commit 8d6a77c

Please sign in to comment.