Update default theme for headings

This commit is contained in:
Stefan Ålund
2020-03-07 14:09:44 +01:00
parent 309161e514
commit 239d9c8b83
3 changed files with 25 additions and 6 deletions
@@ -60,9 +60,7 @@ const HomePage: FC<{}> = () => {
<Content>
<Grid container direction="row" spacing={3}>
<Grid item xs={6}>
<Typography variant="h3" style={{ padding: '8px 0 16px 0' }}>
Things you own
</Typography>
<Typography variant="h3">Things you own</Typography>
<InfoCard maxWidth>
<SortableTable data={data} columns={columns} orderBy="id" />
</InfoCard>
@@ -6,9 +6,7 @@ import { HorizontalScrollGrid, ProgressCard } from '@spotify-backstage/core';
const SquadTechHealth: FC<{}> = () => {
return (
<>
<Typography variant="h3" style={{ padding: '8px 0 16px 0' }}>
Team Metrics
</Typography>
<Typography variant="h3">Team Metrics</Typography>
<HorizontalScrollGrid scrollStep={400} scrollSpeed={100}>
<Grid item>
<ProgressCard