From b4d164e116cd83f90de38bb0bc377e2efffaed5a Mon Sep 17 00:00:00 2001 From: Sakamoto Shiina <68018796+ShiinaSakamoto@users.noreply.github.com> Date: Tue, 10 Sep 2024 20:16:22 +0900 Subject: [PATCH] [bugfix] Config Page: Device Tab. ThresholdEntry. fix that can see green background color that I forgot to remove. --- .../threshold_entry/ThresholdEntry.module.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/src-ui/app/config_page/setting_section/setting_box/components/threshold_component/threshold_entry/ThresholdEntry.module.scss b/src-ui/app/config_page/setting_section/setting_box/components/threshold_component/threshold_entry/ThresholdEntry.module.scss index acc18f07..cb6e470a 100644 --- a/src-ui/app/config_page/setting_section/setting_box/components/threshold_component/threshold_entry/ThresholdEntry.module.scss +++ b/src-ui/app/config_page/setting_section/setting_box/components/threshold_component/threshold_entry/ThresholdEntry.module.scss @@ -1,5 +1,4 @@ .container { - background-color: green; } .entry_wrapper {