From 20140668272fc568abe361dfc3734d1114a71703 Mon Sep 17 00:00:00 2001 From: Tom Date: Tue, 18 Jul 2023 21:06:42 -0400 Subject: [PATCH] Moved noWrap inline style to typography prop noWrap and moved textTransform to sx --- src/components/Toolbar/Toolbar.js | 32 ++++++++++++++----------------- 1 file changed, 14 insertions(+), 18 deletions(-) diff --git a/src/components/Toolbar/Toolbar.js b/src/components/Toolbar/Toolbar.js index 3a72b118..694997fe 100644 --- a/src/components/Toolbar/Toolbar.js +++ b/src/components/Toolbar/Toolbar.js @@ -205,7 +205,8 @@ function Toolbar(props) { sx={{ display: 'flex', minWidth: '188px', - flexDirection: 'column' + flexDirection: 'column', + textTransform: 'none' }} > @@ -215,53 +216,48 @@ function Toolbar(props) { sx={{ width: '100%', display: 'flex', - flexDirection: 'column' + flexDirection: 'column', + textTransform: 'none' }} > - - Resources - + Resources - - Filter - + Filter - - Search - + Search - + Add Site