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;