mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 21:38:23 +02:00
🐛 Fix several bugs for the combination of status and share on workspace (#5773)
* ✨ Add status notification bubble * ✨ Add file persistance functionality * ✨ Add new colors * ✨ Add status tooltips * ✨ Fix z-index share modal * 🐛 Fix share modal doesn't register on workspace * 💄 Fix files formatting * ✨ Add revision fixes * ✨ Add revision fixes CI * 🔥 Remove unused require --------- Co-authored-by: Elhombretecla <delacruzgarciajuan@gmail.com>
This commit is contained in:
parent
3012ccf90a
commit
c774592b9e
5 changed files with 68 additions and 36 deletions
|
@ -35,7 +35,7 @@
|
|||
--status-color-success-200: #a7e8d9; // Used on Register confirmation text
|
||||
--status-color-success-500: #2d9f8f; // Used on accept icon, and status widget
|
||||
|
||||
--status-color-warning-500: #fe4811; // Used on status widget, some buttons and warnings icons and elements
|
||||
--status-color-warning-500: #f5a91b; // Used on status widget, some buttons and warnings icons and elements
|
||||
|
||||
--status-color-error-500: #ff3277; // Used on discard icon, some borders and svg, and on status widget
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue