Skip to content

Commit

Permalink
fix: clerk color
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Jun 15, 2023
1 parent d8a7538 commit 2f39e0a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
1 change: 0 additions & 1 deletion postcss.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ module.exports = {
plugins: {
'postcss-import': {},
'tailwindcss/nesting': {},
'postcss-prune-var': { skip: ['node_modules/**'] },
tailwindcss: {},
autoprefixer: {},
},
Expand Down
18 changes: 9 additions & 9 deletions src/styles/clerk.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,15 @@
}

[data-theme='dark'] {
[class*='cl-internal-'] {
--accent: theme('colors.zinc.50');
--accentDark: theme('colors.zinc.200');
--border: hsla(0, 0%, 100%, 0.08);
--accentLightest: hsla(0, 0%, 100%, 0.04);
--accentLighter: hsla(0, 0%, 100%, 0.16);
--accentDarker: hsla(0, 0%, 100%, 0.64);
}

.cl-userButtonPopoverActionButton:hover {
background: theme('colors.zinc.800');
}
Expand All @@ -97,15 +106,6 @@
@apply border-zinc-800 bg-zinc-900/80 text-zinc-200 shadow-zinc-900/20;
}

[class*='cl-internal-'] {
--accent: theme('colors.zinc.50');
--accentDark: theme('colors.zinc.200');
--border: hsla(0, 0%, 100%, 0.08);
--accentLightest: hsla(0, 0%, 100%, 0.04);
--accentLighter: hsla(0, 0%, 100%, 0.16);
--accentDarker: hsla(0, 0%, 100%, 0.64);
}

.cl-profileSectionTitleText {
@apply text-zinc-100;
}
Expand Down

1 comment on commit 2f39e0a

@vercel
Copy link

@vercel vercel bot commented on 2f39e0a Jun 15, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

springtide – ./

springtide-innei.vercel.app
springtide-git-main-innei.vercel.app
springtide.vercel.app

Please sign in to comment.