diff --git a/src/ui/import-map-overrides.css b/src/ui/import-map-overrides.css index 20c731e..94e7a7d 100644 --- a/src/ui/import-map-overrides.css +++ b/src/ui/import-map-overrides.css @@ -199,6 +199,10 @@ margin-left: 16px; } +.imo-add-new button { + color: black; +} + .imo-clear-input { position: absolute; top: 0; @@ -235,4 +239,5 @@ line-height: 22px; border: none; padding: 5px; + color: black; }