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

feat(tokens)!: refresh colors #1438

Merged
merged 21 commits into from
Oct 15, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: switch
Niznikr committed Oct 8, 2024
commit f8e138fd2754084fe354676ed7d45e9a7e54c76e
4 changes: 2 additions & 2 deletions packages/components/src/styles/Switch.module.css
Original file line number Diff line number Diff line change
@@ -50,8 +50,8 @@

.switch[data-selected] {
& .track {
background-color: var(--lp-color-system-green-700);
border: 1px solid var(--lp-color-system-green-800);
background-color: var(--lp-color-green-500);
border: 1px solid var(--lp-color-green-600);
}

& .handle {
2 changes: 1 addition & 1 deletion packages/tokens/stories/size.stories.tsx
Original file line number Diff line number Diff line change
@@ -47,7 +47,7 @@ export const Size = {
<div>{value}</div>
<div
style={{
backgroundColor: 'var(--lp-color-system-green-500)',
backgroundColor: 'var(--lp-color-green-500)',
width: value,
height: 'var(--lp-size-16)',
}}