Removed hardcoded font-family on select input
Signed-off-by: Harrison Hogg <hhogg@spotify.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Removed hardcoded font-family on select input
|
||||
@@ -55,7 +55,6 @@ const BootstrapInput = withStyles(
|
||||
fontSize: theme.typography.body1.fontSize,
|
||||
padding: theme.spacing(1.25, 3.25, 1.25, 1.5),
|
||||
transition: theme.transitions.create(['border-color', 'box-shadow']),
|
||||
fontFamily: 'Helvetica Neue',
|
||||
'&:focus': {
|
||||
background: theme.palette.background.paper,
|
||||
borderRadius: theme.shape.borderRadius,
|
||||
|
||||
Reference in New Issue
Block a user