diff --git a/frontend/src/styles/index.scss b/frontend/src/styles/index.scss index b58c0c5049..b957141d59 100644 --- a/frontend/src/styles/index.scss +++ b/frontend/src/styles/index.scss @@ -676,3 +676,11 @@ div:focus { } +.el-color-svpanel__black { + background: linear-gradient(to top, #000, rgba(0,0,0,0)) !important; +} + +.el-color-svpanel__white { + background: linear-gradient(to right, #fff, rgba(255,255,255,0)) !important; +} +