Commit dee04d9b by Kornkitt Poolsup

dark theme = light theme

parent e9285acd
......@@ -79,10 +79,17 @@
opacity: unset;
}
// .theme-dark {
// .react-grid-item > .react-resizable-handle::after {
// border-right: 2px solid $gray-1;
// border-bottom: 2px solid $gray-1;
// }
// }
.theme-dark {
.react-grid-item > .react-resizable-handle::after {
border-right: 2px solid $gray-1;
border-bottom: 2px solid $gray-1;
border-right: 2px solid $gray-3;
border-bottom: 2px solid $gray-3;
}
}
......
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