fix(ui): handle missing version in simulator state
[e-mobility-charging-stations-simulator.git] / ui / web / src / components / buttons / ToggleButton.vue
index 5b4d5c007d468f5bf1aeca56a77a0f7db1c340cf..6d72ba10f04a3e874f63b4757b11d14dbc2ee112 100644 (file)
@@ -48,5 +48,6 @@ const click = (): void => {
 <style>
 .on {
   background-color: lightgrey;
+  border-style: inset;
 }
 </style>