💄 Change 'save color' button (#6774)

This commit is contained in:
Marina López 2025-06-25 10:21:22 +02:00 committed by GitHub
parent 8f00292f8f
commit e258030bc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -128,7 +128,7 @@
.accept-color {
@include uppercaseTitleTipography;
@extend .button-secondary;
@extend .button-primary;
width: 100%;
height: $s-32;
margin-top: $s-8;