Skip to content

Commit

Permalink
chore: Update Colors (#4541)
Browse files Browse the repository at this point in the history
## Description

Used lighter, colder background colors

## Steps for reproduction

1. click button
2. expect xyz

## Code Review

- [ ] hi @kof, I need you to do
  - conceptual review (architecture, feature-correctness)
  - detailed review (read every line)
  - test it on preview

## Before requesting a review

- [ ] made a self-review
- [ ] added inline comments where things may be not obvious (the "why",
not "what")

## Before merging

- [ ] tested locally and on preview environment (preview dev login:
0000)
- [ ] updated [test
cases](https://github.com/webstudio-is/webstudio/blob/main/apps/builder/docs/test-cases.md)
document
- [ ] added tests
- [ ] if any new env variables are added, added them to `.env` file
  • Loading branch information
kof authored Dec 9, 2024
1 parent c896006 commit 7f09077
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 16 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions packages/design-system/src/__generated__/figma-design-tokens.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions packages/design-system/src/components/panel-tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,14 @@ export const PanelTabs = styled(Primitive.Root, {

export const PanelTabsList = styled(Primitive.List, {
display: "flex",
px: theme.spacing[5],
py: theme.spacing[3],
padding: theme.spacing[5],
});

export const PanelTabsTrigger = styled(Primitive.Trigger, {
all: "unset", // reset <button>
...textVariants.titles,
color: theme.colors.foregroundTextMoreSubtle,
padding: theme.spacing[5],
padding: theme.spacing[3],
borderRadius: theme.borderRadius[4],

"&:hover": {
Expand Down

0 comments on commit 7f09077

Please sign in to comment.