Skip to content

Commit 7f09077

Browse files
authored
chore: Update Colors (#4541)
## 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
1 parent c896006 commit 7f09077

File tree

3 files changed

+15
-16
lines changed

3 files changed

+15
-16
lines changed

packages/design-system/src/__generated__/figma-design-tokens.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/design-system/src/__generated__/figma-design-tokens.ts

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/design-system/src/components/panel-tabs.tsx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,14 @@ export const PanelTabs = styled(Primitive.Root, {
1515

1616
export const PanelTabsList = styled(Primitive.List, {
1717
display: "flex",
18-
px: theme.spacing[5],
19-
py: theme.spacing[3],
18+
padding: theme.spacing[5],
2019
});
2120

2221
export const PanelTabsTrigger = styled(Primitive.Trigger, {
2322
all: "unset", // reset <button>
2423
...textVariants.titles,
2524
color: theme.colors.foregroundTextMoreSubtle,
26-
padding: theme.spacing[5],
25+
padding: theme.spacing[3],
2726
borderRadius: theme.borderRadius[4],
2827

2928
"&:hover": {

0 commit comments

Comments
 (0)