From 2fc99118ba7eb27fc21921f28a4fa5c28fff2552 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 7 Feb 2022 17:31:56 +0200 Subject: Fix dropdown color issue --- src/App.module.css | 1 + src/Editor.tsx | 1 + 2 files changed, 2 insertions(+) (limited to 'src') diff --git a/src/App.module.css b/src/App.module.css index 74f3339..a051663 100644 --- a/src/App.module.css +++ b/src/App.module.css @@ -9,6 +9,7 @@ font-size: var(--font-xxl); width: auto; margin: auto; + margin-bottom: 10px; } .iconRow { diff --git a/src/Editor.tsx b/src/Editor.tsx index e430ada..5548586 100644 --- a/src/Editor.tsx +++ b/src/Editor.tsx @@ -42,6 +42,7 @@ const Editor = () => { option: (styles: any) => ({ ...styles, cursor: "pointer", + color: "#282c34", }), control: (styles: any) => ({ ...styles, -- cgit v1.3