-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
Fixed global variable for .card
and .btn
#1229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Reference #1228 fixed
I hope you like this fixed i have made for tabler. everything looks good to go now. https://tabler-git-fork-wangkanai-card-tabler-ui.vercel.app/form-elements.html?theme=dark |
nice! |
# Conflicts: # src/scss/layout/_dark.scss
.card
global variable --#{$prefix}card-bg
.card
and .btn
@codecalm could you take a look? |
@codecalm you do not my fixed? Do I need to change anything? |
@wangkanai cards has |
Update _variables.scss
I have change the color of the card bg, @codecalm please have a look. |
merged, thank you! :) |
I'm happy to help out. Bests, Sarin |
Fixed global variable
--#{$prefix}card-bg
from$dark
to$dark-mode-dark
. This would also fixed the issue with .btn also, because it effect same underline when switching to dark theme.