Commit 57cb464f authored by afc163's avatar afc163

Fix border 1px issue in light theme

parent 8a2f180c
...@@ -45,6 +45,9 @@ ...@@ -45,6 +45,9 @@
color: @primary-color; color: @primary-color;
} }
} }
:global(.ant-menu-light) {
border-right-color: transparent;
}
} }
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment