-
Notifications
You must be signed in to change notification settings - Fork 0
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
FN-1828_Remove-opacity-styles-from-button-component_Dmytro_Holdobin #39
FN-1828_Remove-opacity-styles-from-button-component_Dmytro_Holdobin #39
Conversation
6fcd0e1
to
939b3c7
Compare
db15edd
to
2712eda
Compare
@@ -121,7 +94,7 @@ export default /*tw*/ { | |||
color: "white", | |||
variant: "secondary", | |||
class: ` | |||
border-white bg-transparent text-white | |||
border-white bg-transparent text-gray-500 |
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.
bg-transparen >>> bg-white
text-gray-500 >>> text-gray-900
hover / focus = text-gray-800
active = text-gray-700
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.
hover: text-gray-800
- need to be fixed and apply please those changes for all 3 variants of white button.
2712eda
to
ca64121
Compare
ca64121
to
97e2286
Compare
}, | ||
{ | ||
color: "white", | ||
variant: "thirdary", | ||
class: ` | ||
border-transparent bg-transparent text-white | ||
border-transparent bg-transparent text-gray-500 |
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.
text-gray-900
active:text-gray-700
@@ -121,16 +95,18 @@ export default /*tw*/ { | |||
color: "white", | |||
variant: "secondary", | |||
class: ` | |||
border-white bg-transparent text-white | |||
border-white bg-white text-gray-900 | |||
focus:border-white focus:ring-white |
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.
focus:ring-gray-100
No description provided.