diff options
| author | Jan Tuomi <jans.tuomi@gmail.com> | 2022-02-07 17:31:56 +0200 |
|---|---|---|
| committer | Jan Tuomi <jans.tuomi@gmail.com> | 2022-02-07 17:31:56 +0200 |
| commit | 2fc99118ba7eb27fc21921f28a4fa5c28fff2552 (patch) | |
| tree | 10cc51e855ca516645d76b9bf667e928ac611e92 /src | |
| parent | 962ee64f5bb082d99bba0c8a91d90c04f5a311c7 (diff) | |
Fix dropdown color issue
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.module.css | 1 | ||||
| -rw-r--r-- | src/Editor.tsx | 1 |
2 files changed, 2 insertions, 0 deletions
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, |
