From 8ec5ed3f0007bee496a06a35b4a8bb80677e582a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=87=91=E4=BC=9F=E5=BC=BA?= Date: Tue, 23 May 2023 10:23:25 +0800 Subject: [PATCH] fix: dark-theme-btn-selected --- web/app/styles/globals.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/web/app/styles/globals.css b/web/app/styles/globals.css index f4710b0275..57145790ec 100644 --- a/web/app/styles/globals.css +++ b/web/app/styles/globals.css @@ -131,4 +131,10 @@ button:focus-within { -webkit-text-fill-color: transparent; background-clip: text; text-fill-color: transparent; +} + +/* overwrite paging active dark model style */ +[class*=style_paginatio] li .text-primary-600 { + color: rgb(28 100 242); + background-color: rgb(235 245 255); } \ No newline at end of file