Combobox: Add default border-radius to the menu/dropdown (#96208)

This commit is contained in:
Laura Fernández
2024-11-11 13:27:54 +01:00
committed by GitHub
parent e5519161f2
commit a459f648b5

View File

@@ -19,6 +19,7 @@ export const getComboboxStyles = (theme: GrafanaTheme2) => {
boxShadow: theme.shadows.z3,
zIndex: theme.zIndex.dropdown,
position: 'relative',
borderRadius: theme.shape.radius.default,
}),
menuUlContainer: css({
label: 'grafana-select-menu-ul-container',