aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/App.module.css1
-rw-r--r--src/Editor.tsx1
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,