diff --git a/packages/core/src/layout/InfoCard/InfoCard.js b/packages/core/src/layout/InfoCard/InfoCard.js index 0b2abfb164..1005a016af 100644 --- a/packages/core/src/layout/InfoCard/InfoCard.js +++ b/packages/core/src/layout/InfoCard/InfoCard.js @@ -29,13 +29,17 @@ import BottomLink from './BottomLink'; import textContent from 'react-addons-text-content'; +const styles = theme => ({ + header: { + padding: theme.spacing(2, 2, 2, 2.5) + } +}); + const BoldHeader = withStyles({ title: { fontWeight: '700' }, subheader: { paddingTop: '2px' }, - root: { - padding: '16px 16px 16px 20px', - }, })(CardHeader); + const CardActionsTopRight = withStyles({ root: { display: 'inline-block', @@ -191,6 +195,7 @@ class InfoCard extends Component { {title && ( <> = () => { Things you own - + diff --git a/plugins/welcome/src/components/WelcomePage/WelcomePage.tsx b/plugins/welcome/src/components/WelcomePage/WelcomePage.tsx index 69a892a95e..f0dfc53418 100644 --- a/plugins/welcome/src/components/WelcomePage/WelcomePage.tsx +++ b/plugins/welcome/src/components/WelcomePage/WelcomePage.tsx @@ -53,7 +53,7 @@ const WelcomePage: FC<{}> = () => { - + You now have a running instance of Backstage!