mirror of https://github.com/penpot/penpot.git
💄 Change 'save color' button (#6774)
This commit is contained in:
parent
8f00292f8f
commit
e258030bc0
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@
|
|||
|
||||
.accept-color {
|
||||
@include uppercaseTitleTipography;
|
||||
@extend .button-secondary;
|
||||
@extend .button-primary;
|
||||
width: 100%;
|
||||
height: $s-32;
|
||||
margin-top: $s-8;
|
||||
|
|
|
|||
Loading…
Reference in New Issue