diff --git a/assets/style.css b/assets/style.css index e491c96..91ba320 100644 --- a/assets/style.css +++ b/assets/style.css @@ -78,4 +78,8 @@ body { #custom-css .dropdown-item:hover my-global-icon svg polygon[fill="#000000"], #custom-css .dropdown-item:hover my-global-icon svg rect[fill="#000000"]{ fill: var(--whiteColor) !important; +} + +#custom-css .upload-button my-global-icon svg g[stroke="#000000"] { + stroke: var(--whiteColor) !important; } \ No newline at end of file