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

add button-secondary-active token #137

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JasperWuu
Copy link

add checked state for ghost button token

Guide

This "Help" section can be deleted before submitting this pull request.

Update the name of this pull request to reflect the following shape:

{type}/{scope?}/{message}
  • type - A conventional commit type REQUIRED
  • scope - The kabab-case scope of the changes in this request
  • message - A short, kebab-case statement describing the changes REQUIRED

Provide a general summary of the scope of the changes in this pull request.

Description

The full description of the changes made in this request.

Links

Links to relevent resources.

add checked state for ghost button token
@@ -41,6 +41,24 @@
"background": "@theme-button-secondary-normal",
"text": "@theme-text-primary-disabled",
"border": "@theme-outline-disabled-normal"
},
"active": {
Copy link
Contributor

Choose a reason for hiding this comment

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

We can't nest active inside secondary, because secondary is an object with the different UI states within it. Can you move this up a level and rename it to something else please?

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.

2 participants