diff options
author | ilyayudovin <ilyayudovin123@gmail.com> | 2020-06-27 15:34:32 +0300 |
---|---|---|
committer | ilyayudovin <ilyayudovin123@gmail.com> | 2020-06-27 15:34:32 +0300 |
commit | 562f675297e03f8abb16af0a5506c51ba91e166a (patch) | |
tree | 0535bdd2825d980a7ceecfbbe04431beeb41dc79 /src/components/Highlight | |
parent | 28a0027e212cfe2b3f5d397464dbbfe14a5a186c (diff) | |
download | which-ui-562f675297e03f8abb16af0a5506c51ba91e166a.tar.gz |
button as a component
Diffstat (limited to 'src/components/Highlight')
-rw-r--r-- | src/components/Highlight/Highlight.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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, |