From 5cd2830e3ce60069c2a24cbf949e481887cec41d Mon Sep 17 00:00:00 2001 From: fengyang_sy Date: Thu, 12 Oct 2023 14:36:07 +0800 Subject: [PATCH] [#issue-563]Adjust the page navigation font size to 16 Adjust the page navigation font size to 16 Signed-off-by: fengyang_sy --- src/dashboard/config/theme.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dashboard/config/theme.js b/src/dashboard/config/theme.js index a4e761660..3a6400c6f 100644 --- a/src/dashboard/config/theme.js +++ b/src/dashboard/config/theme.js @@ -33,5 +33,5 @@ module.exports = { 'alert-text-color': '#152935', 'alert-close-color': '#152935', 'table-expanded-row-bg': '#20343e', - 'font-size-base': '12px', + 'font-size-base': '16px', };