0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-03 04:49:03 -05:00

🐛 Fix tutorial button style

This commit is contained in:
alonso.torres 2023-12-13 14:35:46 +01:00
parent 6ed1d223bf
commit 625f99c933

View file

@ -157,6 +157,8 @@
.btn-primary {
@extend .button-primary;
text-transform: uppercase;
font-size: $fs-14;
font-weight: $fw400;
}
.btn-secondary {