From 3ba5941cb5758494090bd30d632d3a08e3cd1cda Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sun, 15 Nov 2020 04:49:44 +0300 Subject: feat: make grids responsive --- src/containers/BsuFantomSection/EventForm.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/containers/BsuFantomSection/EventForm.tsx') diff --git a/src/containers/BsuFantomSection/EventForm.tsx b/src/containers/BsuFantomSection/EventForm.tsx index 64ea46b..e52dc5d 100644 --- a/src/containers/BsuFantomSection/EventForm.tsx +++ b/src/containers/BsuFantomSection/EventForm.tsx @@ -45,25 +45,25 @@ const EventForm: React.FC = ({ mutate }) => { value={date} onChange={createHandler(setDate)} variant="outlined" - label="When" + label="Date" required /> -- cgit v1.2.3