From 59d9fba0456ef1cc30303f2054a3e2c6c044a3e7 Mon Sep 17 00:00:00 2001 From: H0llyW00dzZ Date: Mon, 23 Oct 2023 10:21:13 +0700 Subject: [PATCH] Add Styles UI Page [Exporter] [+] chore(exporter.module.scss): add new styles for .exporter-system.body --- app/components/exporter.module.scss | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/components/exporter.module.scss b/app/components/exporter.module.scss index c2046ffc0..ed6289f17 100644 --- a/app/components/exporter.module.scss +++ b/app/components/exporter.module.scss @@ -197,6 +197,12 @@ } } + &-system { + .body { + background-color: var(--white); + } + } + &-user { flex-direction: row-reverse;