-
Notifications
You must be signed in to change notification settings - Fork 3
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
add new button variant #193
Conversation
Please Check @srph |
Also, does |
… into enchantment/new-button
Ask a designer. IMO, darken the text. |
… into enchantment/new-button
Was the darkened bg intentional? |
nah, the text color only darken, though the bg is inherited from |
Can you ask Lemon? |
Ok! 💯 |
What about the button in the checkut? |
@@ -53,7 +53,7 @@ | |||
border: 1px solid $brand-gray; | |||
} | |||
|
|||
&.-primary { @include btn-variant($brand-sidebar-lt); } | |||
&.-primary { @include btn-variant($brand-primary); } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think there's a huge misunderstanding. Last time, we talked about changing the primary button to $brand-sidebar-lt
. Why the change again? :/
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
woops
No. Also, we might remove the inverted soon (but it has nothing to do with this). |
Noted! Gonna merged this na |
&.-inverted.-default { @include btn-variant-inverted($brand-gray); } | ||
&.-inverted.-primary { @include btn-variant-inverted($brand-sidebar-lt); } | ||
&.-inverted.-primary { @include btn-variant-inverted($brand-primary); } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why?
What's with the new color change? |
OK. Like I said, I have no solid opinion about this. I'd suggest you ask sir Lemon again if you're out of ideas ahah. Thanks |
For issue #162