From 7d904afd3927b4a658637626c4a46a473188d454 Mon Sep 17 00:00:00 2001 From: Junyan Qin Date: Sun, 27 Apr 2025 22:23:24 +0800 Subject: [PATCH] perf(webui): btn color in empty component --- .../empty-and-create-component/emptyAndCreate.module.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web_ui/src/app/home/components/empty-and-create-component/emptyAndCreate.module.css b/web_ui/src/app/home/components/empty-and-create-component/emptyAndCreate.module.css index ea393c3f..ba3d041f 100644 --- a/web_ui/src/app/home/components/empty-and-create-component/emptyAndCreate.module.css +++ b/web_ui/src/app/home/components/empty-and-create-component/emptyAndCreate.module.css @@ -23,7 +23,7 @@ width: 200px; height: 50px; border-radius: 20px; - background-color: #6062E7; + background-color: #2288ee; color: #FFF; font-size: 20px; font-weight: bold; @@ -33,7 +33,7 @@ } .emptyCreateButton:hover { - background-color: #4b4de3; + background-color: #1b77d2; } .emptyInfoContainer {