Merge pull request #23250 from backstage/styling/hardcoded-font-families

Removed hardcoded font-family on select input
This commit is contained in:
Fredrik Adelöw
2024-02-26 15:02:42 +01:00
committed by GitHub
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,