From a412582bbc2185f64828975f40126577859145ba Mon Sep 17 00:00:00 2001 From: Jason Chuang Date: Mon, 23 Feb 2026 02:07:04 +0800 Subject: [PATCH] remove border --- src/pages/dashboard/Public/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/dashboard/Public/index.js b/src/pages/dashboard/Public/index.js index 9af059a..29a7fa6 100644 --- a/src/pages/dashboard/Public/index.js +++ b/src/pages/dashboard/Public/index.js @@ -191,7 +191,7 @@ const DashboardDefault = () => { p: 4, justifyContent: "flex-start", backgroundColor: "#e1edfc", - border: "3px solid #0C489E", // DARKER border (3:1+) + border: "0px solid #0C489E", // DARKER border (3:1+) borderRadius: "10px", color: "#0C489E", // icon + default text color "&:hover": {