Minor tweaks to catalog UI (#1176)

* Minor tweaks to catalog UI

* Review feedback

* Use styles instead
This commit is contained in:
Stefan Ålund
2020-06-08 11:58:44 +02:00
committed by GitHub
parent 36773f612d
commit 23c57bd1a3
4 changed files with 11 additions and 4 deletions
@@ -24,6 +24,7 @@ const useStyles = makeStyles(theme => ({
tabsWrapper: {
gridArea: 'pageSubheader',
backgroundColor: theme.palette.background.paper,
paddingLeft: theme.spacing(3),
},
defaultTab: {
padding: theme.spacing(3, 3),
+1
View File
@@ -141,6 +141,7 @@ export function createThemeOverrides(theme: BackstageTheme): Overrides {
color: theme.palette.link,
minHeight: 24,
textTransform: 'initial',
letterSpacing: '0.07em',
'&:hover': {
color: darken(theme.palette.link, 0.3),
background: lighten(theme.palette.link, 0.95),