Commit 6bbd87dd by Torkel Ödegaard

ux: minor tweak to grid resize handle color

parent e1e0b5f9
......@@ -41,8 +41,15 @@
.theme-dark {
.react-grid-item > .react-resizable-handle::after {
border-right: 2px solid rgba(255, 255, 255, 0.4);
border-bottom: 2px solid rgba(255, 255, 255, 0.4);
border-right: 2px solid $gray-4;
border-bottom: 2px solid $gray-4;
}
}
.theme-light {
.react-grid-item > .react-resizable-handle::after {
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