Skip to content
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

Conversation

Explicit12
Copy link
Collaborator

No description provided.

@Explicit12 Explicit12 force-pushed the FN-1828_Remove-opacity-styles-from-button-component_Dmytro_Holdobin branch from 6fcd0e1 to 939b3c7 Compare May 31, 2024 13:16
src/ui.button/configs/default.config.js Outdated Show resolved Hide resolved
src/ui.button/configs/default.config.js Outdated Show resolved Hide resolved
src/ui.button/configs/default.config.js Outdated Show resolved Hide resolved
src/ui.button/configs/default.config.js Outdated Show resolved Hide resolved
src/ui.button/configs/default.config.js Outdated Show resolved Hide resolved
@Explicit12 Explicit12 force-pushed the FN-1828_Remove-opacity-styles-from-button-component_Dmytro_Holdobin branch 3 times, most recently from db15edd to 2712eda Compare June 3, 2024 13:30
src/ui.button/configs/default.config.js Outdated Show resolved Hide resolved
@@ -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
Copy link
Contributor

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

Copy link
Contributor

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.

@Explicit12 Explicit12 force-pushed the FN-1828_Remove-opacity-styles-from-button-component_Dmytro_Holdobin branch from 2712eda to ca64121 Compare June 4, 2024 21:46
@Explicit12 Explicit12 force-pushed the FN-1828_Remove-opacity-styles-from-button-component_Dmytro_Holdobin branch from ca64121 to 97e2286 Compare June 5, 2024 11:11
@itsJohnnyGrid itsJohnnyGrid merged commit 0dceda9 into main Jun 5, 2024
1 check passed
@itsJohnnyGrid itsJohnnyGrid deleted the FN-1828_Remove-opacity-styles-from-button-component_Dmytro_Holdobin branch June 5, 2024 16:13
},
{
color: "white",
variant: "thirdary",
class: `
border-transparent bg-transparent text-white
border-transparent bg-transparent text-gray-500
Copy link
Contributor

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
Copy link
Contributor

Choose a reason for hiding this comment

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

focus:ring-gray-100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants