From 562f675297e03f8abb16af0a5506c51ba91e166a Mon Sep 17 00:00:00 2001 From: ilyayudovin Date: Sat, 27 Jun 2020 15:34:32 +0300 Subject: button as a component --- src/components/Highlight/Highlight.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Highlight') diff --git a/src/components/Highlight/Highlight.tsx b/src/components/Highlight/Highlight.tsx index 71764e2..8e11c34 100644 --- a/src/components/Highlight/Highlight.tsx +++ b/src/components/Highlight/Highlight.tsx @@ -13,7 +13,7 @@ const useStyles = makeStyles({ menuButton: { width: 200, height: 50, - textAlign: 'center' + textAlign: 'center', }, menuNumber: { fontWeight: 800, -- cgit v1.2.3