diff --git a/src/pages/nav_system_content/SystemContentList.js b/src/pages/nav_system_content/SystemContentList.js index 81cdbd7..09e81c6 100644 --- a/src/pages/nav_system_content/SystemContentList.js +++ b/src/pages/nav_system_content/SystemContentList.js @@ -261,9 +261,9 @@ const SystemContentList = (props) => { top: 50%; width: 30px; height: 30px; - background: #FDFDFF; - color: #5C5C5C; - border: 1px solid #FFFFFF; + background: #21A3A2; + color: #fff; + border: 1px solid #75F7F580; border-radius: 50%; display: flex; align-items: center; @@ -278,7 +278,7 @@ const SystemContentList = (props) => { } .menuToggleBtn:hover { border: 1px solid #3D81FF; - background: #3D81FF; + background: #009A98; color: white; transform: scale(1.1); }