Skip to content

Commit

Permalink
Adjusting descriptive text
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveBathnes committed Jun 25, 2024
1 parent 11ce7fb commit f056798
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
5 changes: 3 additions & 2 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ const App = props => {
sx={{
width,
height,
padding: theme => theme.spacing(0.5)
padding: theme => theme.spacing(0.5),
boxSizing: 'border-box'
}}
>
<ScopedCssBaseline
Expand All @@ -60,7 +61,7 @@ const App = props => {
display: 'flex',
flexDirection: 'column',
alignItems: 'stretch',
padding: theme => theme.spacing(1),
padding: theme => theme.spacing(1.5),
border: theme => `1px solid ${theme.palette.divider}`,
borderRadius: theme => theme.shape.borderRadius,
backgroundColor: theme => theme.palette.background.paper
Expand Down
3 changes: 1 addition & 2 deletions src/LibraryList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ const LibraryList = props => {
{!firstSearchCompleted && (
<ListItem>
<ListItemText>
Use the location search to select your nearest location and see
local libraries
Search to select your location and find local libraries
</ListItemText>
</ListItem>
)}
Expand Down

0 comments on commit f056798

Please sign in to comment.