chore: bump volta pnpm version
[e-mobility-charging-stations-simulator.git] / ui / web / src / components / buttons / Button.vue
index 303c93f4d64fc8f4c34f087e8396dc2e9078080c..a18b8064791e448af8c6d4e8cb14807220f7a898 100644 (file)
@@ -1,6 +1,9 @@
 <template>
-  <button type="button" class="button">
-    <slot></slot>
+  <button
+    type="button"
+    class="button"
+  >
+    <slot />
   </button>
 </template>
 
@@ -10,5 +13,6 @@
   flex: auto;
   justify-content: center;
   align-items: center;
+  font: small-caption;
 }
 </style>