From 0cf90668685aa81b3192dc628fa6b6bb0cb7d3a2 Mon Sep 17 00:00:00 2001 From: Nikolai Date: Tue, 20 Sep 2022 18:08:08 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BC=D0=B8=D0=BD=D0=B8-=D0=BC=D0=BE=D0=B4?= =?UTF-8?q?=D0=B0=D0=BB=D0=BA=D0=B8=20-=20=D0=BD=D0=B0=20=D1=80=D0=B5?= =?UTF-8?q?=D0=B2=D1=8C=D1=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Content/Tariffs/ModalMini/index.tsx | 80 ++++++++----------- 1 file changed, 35 insertions(+), 45 deletions(-) diff --git a/src/Components/LoggedIn/Content/Tariffs/ModalMini/index.tsx b/src/Components/LoggedIn/Content/Tariffs/ModalMini/index.tsx index 15584df..43d8e8e 100644 --- a/src/Components/LoggedIn/Content/Tariffs/ModalMini/index.tsx +++ b/src/Components/LoggedIn/Content/Tariffs/ModalMini/index.tsx @@ -1,5 +1,5 @@ import * as React from "react"; -import { Box, Modal, Fade, Backdrop, Typography, Button } from "@mui/material"; +import { Box, Modal, Fade, Backdrop, Typography, Button, TextField } from "@mui/material"; import theme from "../../../../../theme"; export interface MWProps { @@ -9,7 +9,7 @@ export interface MWProps { } const ModalMini = ({open, variant, close}: MWProps ) => { - const variants = [ "Количество", "Срок" ]; + const variants = [ "Количество", "Срок (дней)" ]; const units = [ "", "дней" ]; return ( @@ -41,50 +41,40 @@ const ModalMini = ({open, variant, close}: MWProps ) => { justifyContent: "center", alignItems: "center", }}> - - - { variants[ variant ] }: - - - 5 { units[ variant ] } - - + + + - - - Цена: - - - 100500 $ - -