🚧 Make Button usable outside of the button.rs file

This commit is contained in:
2024-04-26 19:23:34 +02:00
parent dfe2761a3a
commit 3afed02aa8
2 changed files with 10 additions and 4 deletions

View File

@@ -5,16 +5,22 @@
aspect-ratio: 3.5;
border: $border-normal;
border-radius: $border-radius;
border-radius: 5%;
color: get-color(greyscale, 0);
font-family: "Geist";
font-weight: bold;
// To center the inner svg
// TODO: Find a more efficient way to center
display: flex;
align-items: center;
justify-content: center;
svg {
height: 100%;
width: 100%;
height: 85%;
width: 85%;
text {
font-size: 50;