From 1e01028ba8e5a5d361b1dcc669c56774bb5f4c03 Mon Sep 17 00:00:00 2001 From: zoujing Date: Thu, 26 Mar 2026 15:36:12 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E7=94=9F=E6=88=90=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E7=BB=84=E4=BB=B6=E7=9A=84=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/module/GeneratorPhotoComponent/styles/index.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/index/components/module/GeneratorPhotoComponent/styles/index.scss b/src/pages/index/components/module/GeneratorPhotoComponent/styles/index.scss index 5d051c7..1e99fb8 100644 --- a/src/pages/index/components/module/GeneratorPhotoComponent/styles/index.scss +++ b/src/pages/index/components/module/GeneratorPhotoComponent/styles/index.scss @@ -16,8 +16,10 @@ .btn-bg { background: rgba(255, 255, 255, 0.32); + border: 0.66px solid rgba(255, 255, 255, 0.32); } .btn-bg-sub { + background: $theme-color-500; box-shadow: inset 0px 0px 41px 0px $theme-color-50, inset 0px 0px 15px 0px $theme-color-100; } \ No newline at end of file