From de589fdae1c9a4d9b162c3e75de0738b5c3bf330 Mon Sep 17 00:00:00 2001 From: YarikMix <43493788+YarikMix@users.noreply.github.com> Date: Tue, 14 May 2024 23:39:29 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D1=81=D1=82=D0=B8=D0=BB=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/src/components/AddTagMenu/AddTagMenu.sass | 4 ++-- public/src/components/AddTagMenu/AddTagMenu.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/public/src/components/AddTagMenu/AddTagMenu.sass b/public/src/components/AddTagMenu/AddTagMenu.sass index 0d5ac282..77dae76a 100644 --- a/public/src/components/AddTagMenu/AddTagMenu.sass +++ b/public/src/components/AddTagMenu/AddTagMenu.sass @@ -56,13 +56,13 @@ color: $text-secondary-color font-size: 16px - button + div width: 28px height: 28px outline: none border: none border-radius: 5px - background: hsl(210 40% 98%) + background: red display: flex justify-content: center align-items: center diff --git a/public/src/components/AddTagMenu/AddTagMenu.tsx b/public/src/components/AddTagMenu/AddTagMenu.tsx index dd0f6875..f2c1bfae 100644 --- a/public/src/components/AddTagMenu/AddTagMenu.tsx +++ b/public/src/components/AddTagMenu/AddTagMenu.tsx @@ -87,9 +87,9 @@ export class AddTagMenu extends ScReact.Component {
this.inputContainerRef = ref} onsubmit={this.handleSubmit}> this.inputRef = ref}/> - +