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