refactor(button): Create button component

This commit is contained in:
alexsparkes
2024-02-10 19:39:15 +00:00
parent 8c7cfd3cb1
commit dbd0359ccc
18 changed files with 133 additions and 103 deletions

View File

@@ -192,7 +192,7 @@ $themes: (
font-size: 1rem;
display: flex;
align-items: center;
flex-flow: row-reverse;
flex-flow: row;
justify-content: center;
gap: 20px;
transition: 0.5s;