Update button styles for primary and secondary buttons

This commit is contained in:
2025-10-27 22:52:29 -07:00
parent d12ea6553e
commit fea9e7b523

View File

@@ -13,6 +13,10 @@
color: white;
text-decoration-line: unset;
border-radius: 4px;
border-style: solid;
border-width: 1px;
border-color: black;
box-sizing: border-box;
}
.secondary-action {
@@ -22,6 +26,7 @@
padding: 0.8em;
text-decoration-line: unset;
border-radius: 4px;
box-sizing: border-box;
}
@media screen and (max-width: 768px) {