From 9eb5c1d9bf0b4b7e265432916bf71100d537b489 Mon Sep 17 00:00:00 2001 From: Takusea Date: Thu, 27 Jun 2024 22:00:16 +0900 Subject: [PATCH] =?UTF-8?q?=E3=83=89=E3=82=AD=E3=83=A5=E3=83=A1=E3=83=B3?= =?UTF-8?q?=E3=83=88=E3=82=B3=E3=83=A1=E3=83=B3=E3=83=88=E3=82=92=E8=BF=BD?= =?UTF-8?q?=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/styles/colors-v2.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/styles/colors-v2.scss b/src/styles/colors-v2.scss index b30474f8a0..92ebaa73d7 100644 --- a/src/styles/colors-v2.scss +++ b/src/styles/colors-v2.scss @@ -1,3 +1,6 @@ +// 新デザインで使用する色変数の定義 +// 詳細: https://github.com/VOICEVOX/voicevox_project/issues/40 + // 基本色 $primitive-black: #242626; $primitive-white: #ffffff;