diff --git a/app/react/components/dom/dialogue-caret.module.css b/app/react/components/dom/dialogue-caret.module.css index 698f038..e744b1b 100644 --- a/app/react/components/dom/dialogue-caret.module.css +++ b/app/react/components/dom/dialogue-caret.module.css @@ -1,7 +1,7 @@ .caret { position: absolute; - fill: #ffffff; - stroke: #00000044; + fill: #999999; + stroke: #02023999; stroke-width: 2px; left: 50%; top: 50%; diff --git a/app/react/components/dom/dialogue.module.css b/app/react/components/dom/dialogue.module.css index ecfa5a0..35ddaa0 100644 --- a/app/react/components/dom/dialogue.module.css +++ b/app/react/components/dom/dialogue.module.css @@ -1,6 +1,6 @@ .dialogue { background-color: #02023999; - border: solid 3px white; + border: solid 1px #999999; border-radius: 8px; color: white; left: 0;