Removed hardcoded font-family on select input

Signed-off-by: Harrison Hogg <hhogg@spotify.com>
This commit is contained in:
Harrison Hogg
2024-02-26 11:46:00 +00:00
parent 3633794dee
commit ff33ee2ef4
2 changed files with 5 additions and 1 deletions
+5
View File
@@ -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,