diff --git a/src/App.tsx b/src/App.tsx
index fb5e8d9..3009ee3 100644
--- a/src/App.tsx
+++ b/src/App.tsx
@@ -146,7 +146,7 @@ export default function App() {
-
@@ -156,13 +156,13 @@ export default function App() {
{visualize == false && (
<>
-
+
{
setVisualize(true);
}}
- >
+ color="success">
編集画面の表示
@@ -180,7 +180,7 @@ export default function App() {
onClick={() => {
setVisualize(false);
}}
- >
+ color="success">
編集画面の非表示
diff --git a/src/index.css b/src/index.css
index cb6cd9b..d7b478c 100644
--- a/src/index.css
+++ b/src/index.css
@@ -79,7 +79,7 @@ button {
font-size: 1em;
font-weight: 500;
font-family: inherit;
- background-color: #70ffe0;
+ background-color: #C9F569;
cursor: pointer;
transition: border-color 0.25s;
}
diff --git a/src/uploadImage.tsx b/src/uploadImage.tsx
index e0a3396..362d573 100644
--- a/src/uploadImage.tsx
+++ b/src/uploadImage.tsx
@@ -60,10 +60,10 @@ export default function UploadImage({ onImageChange }: ImageUploadProps) {
/>
- fileInputRef.current?.click()}>
+ fileInputRef.current?.click()}color="success">
ファイルを選択
-
+
消去する
>
diff --git a/src/uploadMarkdown.tsx b/src/uploadMarkdown.tsx
index d1ccd45..c38cdca 100644
--- a/src/uploadMarkdown.tsx
+++ b/src/uploadMarkdown.tsx
@@ -63,10 +63,10 @@ export default function UploadMarkdown({ onFileContentChange }: MarkdownProps) {
/>
- fileInputRef.current?.click()}>
+ fileInputRef.current?.click()} color="success">
ファイルを選択
-
+
消去する
>