From 6bd5eba7070970cdb888d6c90065b2dccfff983b Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Tue, 30 Jul 2024 07:51:21 +0900 Subject: [PATCH] [Update] Config Window: Setting Box. Put the design to label component. --- .../components/label_component/LabelComponent.jsx | 4 ++-- .../label_component/LabelComponent.module.scss | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/src-ui/windows/config_window/setting_section/setting_box/components/label_component/LabelComponent.jsx b/src-ui/windows/config_window/setting_section/setting_box/components/label_component/LabelComponent.jsx index 4f49e33e..8fea9a02 100644 --- a/src-ui/windows/config_window/setting_section/setting_box/components/label_component/LabelComponent.jsx +++ b/src-ui/windows/config_window/setting_section/setting_box/components/label_component/LabelComponent.jsx @@ -3,8 +3,8 @@ import styles from "./LabelComponent.module.scss"; export const LabelComponent = (props) => { return (
{props.label}
-{props.desc}
+{props.label}
+{props.desc}