mirror of
https://github.com/penpot/penpot.git
synced 2026-08-27 23:28:38 +00:00
💄 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)
|
- 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)
|
- 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)
|
- 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
|
### :bug: Bugs fixed
|
||||||
|
|
||||||
|
|||||||
@ -128,7 +128,7 @@
|
|||||||
|
|
||||||
.accept-color {
|
.accept-color {
|
||||||
@include uppercaseTitleTipography;
|
@include uppercaseTitleTipography;
|
||||||
@extend .button-secondary;
|
@extend .button-primary;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: $s-32;
|
height: $s-32;
|
||||||
margin-top: $s-8;
|
margin-top: $s-8;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user