diff --git a/playground/components/LabeledInput.vue b/playground/components/LabeledInput.vue index 6774253..1cae4bb 100644 --- a/playground/components/LabeledInput.vue +++ b/playground/components/LabeledInput.vue @@ -36,7 +36,7 @@ defineEmits(["change"]); :id="id" v-model="model" :name="name" - class="rounded-md px-2 py-1" + class="rounded-md bg-gray-950 px-2 py-1" @change="$emit('change')" />
diff --git a/playground/components/nav/NavBar.vue b/playground/components/nav/NavBar.vue index 23a90b8..b14ba04 100644 --- a/playground/components/nav/NavBar.vue +++ b/playground/components/nav/NavBar.vue @@ -1,5 +1,21 @@