diff --git a/src/components/util/panelboxes.vue b/src/components/util/panelboxes.vue index 1081f690a8a807e42ee8d446d981c196c3781b96..9ad496ed8aba8ffb9c08ee46aafb40ebd198a43a 100644 --- a/src/components/util/panelboxes.vue +++ b/src/components/util/panelboxes.vue @@ -19,7 +19,7 @@ <!-- FIXME: use a div or alike, but not HTML header tag --> <header> <input - class="panel-textinput" + class="panel-textinput text-uppercase" type="text" :class="$q.dark.isActive ? 'bg-grey-8 text-white' : 'bg-grey-1 text-black'" :value="panel.panel_label"