Skip to content

Commit

Permalink
more
Browse files Browse the repository at this point in the history
  • Loading branch information
huntabyte committed Jul 12, 2024
1 parent 932cdbe commit a1cd8af
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion sites/docs/src/lib/components/demo-code-tabs.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
{#each items as item}
<Tabs.Trigger
value={item.value}
class="flex border-b-2 border-b-transparent text-sm data-[state=active]:border-[#fdffa4]"
class="flex border-b-2 border-b-transparent text-sm data-[state=active]:border-accent"
>
<span class="px-4 py-2">
{item.label}
Expand Down
4 changes: 4 additions & 0 deletions sites/docs/src/lib/styles/app.postcss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@
--accent-foreground: 204 80% 16%;
--destructive: 347 77% 50%;

--tertiary: var(--accent);

/* black */
--constrast: 0 0% 0%;

Expand Down Expand Up @@ -59,6 +61,8 @@
--accent-foreground: 204 94% 94%;
--destructive: 350 89% 60%;

--tertiary: 61.3 100% 82.2%;

/* white */
--constrast: 0 0% 100%;

Expand Down

0 comments on commit a1cd8af

Please sign in to comment.