From 11fa1b8832d1ef59ed944ce7c00b67b2c1d33980 Mon Sep 17 00:00:00 2001
From: Michael Bauer <michael-bauer@posteo.de>
Date: Tue, 6 Feb 2024 18:37:30 +0100
Subject: [PATCH] Fill the lesson summary text fields

---
 .../frontend/components/documentation/LessonSummary.vue        | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/aleksis/apps/alsijil/frontend/components/documentation/LessonSummary.vue b/aleksis/apps/alsijil/frontend/components/documentation/LessonSummary.vue
index 14460aa83..230bb1716 100644
--- a/aleksis/apps/alsijil/frontend/components/documentation/LessonSummary.vue
+++ b/aleksis/apps/alsijil/frontend/components/documentation/LessonSummary.vue
@@ -3,6 +3,7 @@
     <!-- Are focusout & enter enough trigger? -->
     <!-- TODO: focusout on enter -->
     <v-text-field
+      filled
       label="Thema"
       :value="documentation.topic"
       @input="topic=$event"
@@ -10,12 +11,14 @@
       @keydown.enter="saveTopic"
     />
     <v-text-field
+      filled
       v-if="!compact"
       label="Hausaufgaben"
       :value="documentation.homework"
       @input="homework=$event"
     />
     <v-text-field
+      filled
       v-if="!compact"
       label="Gruppennotiz"
       :value="documentation.groupnote"
-- 
GitLab