From e183d0f0907753f98e80e514505ffeddc4b3a44c Mon Sep 17 00:00:00 2001 From: kvakazyambra Date: Mon, 29 May 2023 22:39:53 +0300 Subject: [PATCH] Fixed feedback popup style --- src/components/Discours/Feedback.tsx | 5 +++-- src/components/Nav/Modal/Modal.module.scss | 22 ++++++++++++++-------- src/pages/about/manifest.page.tsx | 10 ++++------ src/styles/app.scss | 2 +- 4 files changed, 22 insertions(+), 17 deletions(-) diff --git a/src/components/Discours/Feedback.tsx b/src/components/Discours/Feedback.tsx index 57d7574f..809bfd9f 100644 --- a/src/components/Discours/Feedback.tsx +++ b/src/components/Discours/Feedback.tsx @@ -1,5 +1,6 @@ import { hideModal } from '../../stores/ui' import { useLocalize } from '../../context/localize' +import { Button } from '../_shared/Button' export const Feedback = () => { const { t } = useLocalize() @@ -21,10 +22,10 @@ export const Feedback = () => { } return ( -
+