ソースを参照

remove border

web_access_fix
Jason Chuang 3週間前
コミット
a412582bbc
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/pages/dashboard/Public/index.js

+ 1
- 1
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": {


読み込み中…
キャンセル
保存