-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat(tokens)!: refresh colors #1438
Conversation
🦋 Changeset detectedLatest commit: 152a5e6 The changes in this PR will be included in the next version bump. This PR includes changesets to release 38 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Size Change: -5.34 kB (-0.96%) Total Size: 549 kB
ℹ️ View Unchanged
|
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.
Just a couple small nits
.primaryFlair { | ||
background: linear-gradient(124deg, #a34fde 0%, #405bff 98.05%); | ||
border-color: var(--lp-color-border-interactive-primary-flair-base); | ||
color: var(--lp-color-text-interactive-primary-base); | ||
} | ||
|
||
.primaryFlair[data-hovered] { | ||
background: linear-gradient(124deg, #9655c3 0%, #4b5fdd 98.05%); | ||
border-color: var(--lp-color-border-interactive-primary-flair-hover); | ||
} | ||
|
||
.primaryFlair[data-pressed] { | ||
background: linear-gradient(124deg, #8741b9 0%, #3b50ce 98.05%); | ||
border-color: var(--lp-color-border-interactive-primary-flair-active); | ||
} | ||
|
||
.primaryFlair[data-focus-visible] { | ||
background: linear-gradient(124deg, #8741b9 0%, #3b50ce 98.05%); | ||
border-color: var(--lp-color-border-interactive-primary-flair-focus); | ||
box-shadow: inset 0 0 0 3px var(--lp-color-shadow-interactive-primary); | ||
} | ||
|
||
.defaultFlair { | ||
background-color: var(--lp-color-bg-interactive-secondary-flair-base); | ||
border-color: var(--lp-color-border-interactive-secondary-flair-base); | ||
color: var(--lp-color-text-interactive-flair-base); | ||
} | ||
|
||
.defaultFlair[data-hovered] { | ||
background-color: var(--lp-color-bg-interactive-secondary-flair-hover); | ||
border-color: var(--lp-color-border-interactive-secondary-flair-hover); | ||
color: var(--lp-color-text-interactive-flair-hover); | ||
} | ||
|
||
.defaultFlair[data-pressed] { | ||
background-color: var(--lp-color-bg-interactive-secondary-flair-active); | ||
border-color: var(--lp-color-border-interactive-secondary-flair-active); | ||
color: var(--lp-color-text-interactive-flair-active); | ||
} | ||
|
||
.defaultFlair[data-focus-visible] { | ||
background-color: var(--lp-color-bg-interactive-secondary-flair-focus); | ||
border-color: var(--lp-color-border-interactive-secondary-flair-focus); | ||
color: var(--lp-color-text-interactive-flair-focus); | ||
box-shadow: inset 0 0 0 3px var(--lp-color-shadow-interactive-primary); | ||
} | ||
|
||
.minimalFlair { | ||
background-color: var(--lp-color-bg-interactive-tertiary-flair-base); | ||
border-color: transparent; | ||
color: var(--lp-color-text-interactive-flair-base); | ||
} | ||
|
||
.minimalFlair[data-hovered] { | ||
background-color: var(--lp-color-bg-interactive-tertiary-flair-hover); | ||
color: var(--lp-color-text-interactive-flair-hover); | ||
} | ||
|
||
.minimalFlair[data-pressed] { | ||
background-color: var(--lp-color-bg-interactive-tertiary-flair-active); | ||
color: var(--lp-color-text-interactive-flair-active); | ||
} | ||
|
||
.minimalFlair[data-focus-visible] { | ||
background-color: var(--lp-color-bg-interactive-tertiary-flair-focus); | ||
color: var(--lp-color-text-interactive-flair-focus); | ||
box-shadow: inset 0 0 0 3px var(--lp-color-shadow-interactive-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.
🥳
Summary
Refresh colors: