diff --git a/app/components/button.module.scss b/app/components/button.module.scss index e7d5d8940..955061a66 100644 --- a/app/components/button.module.scss +++ b/app/components/button.module.scss @@ -1,6 +1,6 @@ .icon-button { - background-color: var(--white); - border-radius: 10px; + background-color: #0c040430; + border-radius: 200px; display: flex; align-items: center; justify-content: center; diff --git a/app/components/chat.module.scss b/app/components/chat.module.scss index f57e6c100..7acb36eff 100644 --- a/app/components/chat.module.scss +++ b/app/components/chat.module.scss @@ -57,7 +57,7 @@ } .memory-prompt { - margin-top: 20px; + margin-top: 10px; .memory-prompt-title { font-size: 12px; diff --git a/app/components/chat.tsx b/app/components/chat.tsx index 4ab616444..f76b58807 100644 --- a/app/components/chat.tsx +++ b/app/components/chat.tsx @@ -588,7 +588,10 @@ export function Chat(props: { >