Skip to content

Commit 2b0accf

Browse files
committed
slight changes to clear series button to add top padding
1 parent d4a81bf commit 2b0accf

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/app/components/StateRoute/PerformanceVisx/BarGraphComparison.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ const BarGraphComparison = (props: BarGraphComparisonProps): JSX.Element => {
237237
<div className='dropdown-and-delete-series-container'>
238238
<Button
239239
variant='contained'
240+
sx={{ p: 1 }}
240241
// type='button'
241242
className='delete-button'
242243
onClick={() => {

src/app/components/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const theme = createTheme({
1313
root: {
1414
// Some CSS
1515
fontSize: '0.8rem',
16-
letterSpacing: '0.2rem',
16+
letterSpacing: '0.1rem',
1717
lineHeight: '0.8rem',
1818
},
1919
},

0 commit comments

Comments
 (0)