Skip to content

Commit

Permalink
fix: Fix page settings icon button color (#3220)
Browse files Browse the repository at this point in the history
## Description

Wrong color was used on the active item 

<img width="45" alt="image"
src="https://github.com/webstudio-is/webstudio/assets/52824/89f839b3-468f-4c4e-9b73-649c8b5ee2d1">


## 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:
5de6)
- [ ] 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.example`
and the `builder/env-check.js` if mandatory
  • Loading branch information
kof authored Apr 22, 2024
1 parent 42ab6a7 commit 47c074d
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ const ItemSuffix = ({
onClick={() => onEdit(isEditing ? undefined : itemId)}
ref={buttonRef}
icon={isEditing ? <ChevronRightIcon /> : <EllipsesIcon />}
variant={isParentSelected ? "contrast" : "normal"}
/>
</Tooltip>
);
Expand Down

0 comments on commit 47c074d

Please sign in to comment.