Size
-
+
S
-
+
M
-
+
L
-
+
XL
-
+
XXL
diff --git a/components/ui/Button/Button.module.css b/components/ui/Button/Button.module.css
index c067e78e8..df6b46eb5 100644
--- a/components/ui/Button/Button.module.css
+++ b/components/ui/Button/Button.module.css
@@ -1,5 +1,5 @@
.root {
- @apply cursor-pointer inline-flex px-8 py-2 rounded-sm border border-transparent leading-6 text-white bg-black transition ease-in-out duration-150 shadow-sm font-medium text-center justify-center;
+ @apply cursor-pointer inline-flex px-8 py-2 rounded-sm border border-transparent leading-6 text-white bg-black transition ease-in-out duration-150 shadow-sm font-semibold text-center justify-center;
}
.root:hover {