From 34fb1a61e0b2c682aaf51f405489cabd2f1202bb Mon Sep 17 00:00:00 2001 From: Takusea Date: Sun, 6 Oct 2024 16:38:52 +0900 Subject: [PATCH] =?UTF-8?q?=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E3=82=92?= =?UTF-8?q?=E4=BB=98=E4=B8=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Base/BaseRowCard.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Base/BaseRowCard.vue b/src/components/Base/BaseRowCard.vue index c5d4622565..04f1e4f3b1 100644 --- a/src/components/Base/BaseRowCard.vue +++ b/src/components/Base/BaseRowCard.vue @@ -76,6 +76,7 @@ defineEmits<{ } .title { + // FIXME: medium (500)にする font-weight: 700; }