Updating SupportButton title ui characteristics
Signed-off-by: Sunil Jose <bsuniljose25@gmail.com>
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core-components': patch
|
||||
---
|
||||
|
||||
Fixed bug in SupportButton where the title was rendered with the characteristics of a button.
|
||||
@@ -151,7 +151,11 @@ export function SupportButton(props: SupportButtonProps) {
|
||||
autoFocusItem={Boolean(anchorEl)}
|
||||
>
|
||||
{title && (
|
||||
<MenuItem alignItems="flex-start" className={classes.menuItem}>
|
||||
<MenuItem
|
||||
button={false}
|
||||
alignItems="flex-start"
|
||||
className={classes.menuItem}
|
||||
>
|
||||
<Typography variant="subtitle1">{title}</Typography>
|
||||
</MenuItem>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user