From e258030bc057c337aee558d2025603f9b952667f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marina=20L=C3=B3pez?= Date: Wed, 25 Jun 2025 10:21:22 +0200 Subject: [PATCH] :lipstick: Change 'save color' button (#6774) --- CHANGES.md | 1 + frontend/src/app/main/ui/workspace/colorpicker.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index de2bd359a2..fd09017b80 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -12,6 +12,7 @@ - Add visual indicator for new comments in the workspace [Taiga #11328](https://tree.taiga.io/project/penpot/issue/11328) - On components overrides, separate the content of the text from the rest of properties [Taiga #7434](https://tree.taiga.io/project/penpot/us/7434) - Improve dashboard's sidebar [Taiga #10700](https://tree.taiga.io/project/penpot/us/10700) +- Change "Save color" button to primary button [Taiga #9410](https://tree.taiga.io/project/penpot/issue/9410) ### :bug: Bugs fixed diff --git a/frontend/src/app/main/ui/workspace/colorpicker.scss b/frontend/src/app/main/ui/workspace/colorpicker.scss index e962e8159d..033b06e4f5 100644 --- a/frontend/src/app/main/ui/workspace/colorpicker.scss +++ b/frontend/src/app/main/ui/workspace/colorpicker.scss @@ -128,7 +128,7 @@ .accept-color { @include uppercaseTitleTipography; - @extend .button-secondary; + @extend .button-primary; width: 100%; height: $s-32; margin-top: $s-8;