0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-13 00:01:51 -05:00

🐛 Fix font size for modal links

This commit is contained in:
Belén Albeza 2024-02-13 12:35:59 +01:00 committed by Alonso Torres
parent d63e5f520e
commit d3bf35869a
3 changed files with 3 additions and 3 deletions

View file

@ -103,7 +103,7 @@
color: var(--modal-text-foreground-color);
}
.modal-link {
@include titleTipography;
@include bodyLargeTypography;
text-decoration: none;
cursor: pointer;
color: var(--modal-link-foreground-color);

View file

@ -78,7 +78,7 @@
}
.modal-link {
@include titleTipography;
@include bodyLargeTypography;
color: var(--modal-link-foreground-color);
margin: 0;
}

View file

@ -60,7 +60,7 @@
}
.modal-link {
@include titleTipography;
@include bodyLargeTypography;
color: var(--modal-link-foreground-color);
margin: 0;
}