0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-13 16:21:57 -05:00

🐛 Fix shared modal when link is created and add text color

This commit is contained in:
Eva 2024-01-12 11:52:58 +01:00 committed by Alonso Torres
parent aeff50ba9f
commit af6e808337

View file

@ -14,6 +14,7 @@
left: calc(100vw - $s-512);
z-index: $z-index-modal;
}
.share-link-dialog {
@extend .modal-container-base;
min-height: unset;
@ -86,6 +87,7 @@
.description {
@include titleTipography;
color: var(--modal-text-foreground-color);
margin-bottom: $s-24;
}
@ -141,7 +143,7 @@
}
.view-mode {
max-height: $s-248;
max-height: $s-216;
overflow: hidden auto;
scrollbar-gutter: stable;
}