Merge pull request #30800 from backstage/css-fix

BUI - Remove CSS import from Select component
This commit is contained in:
Patrik Oldsberg
2025-08-11 10:00:16 +02:00
committed by GitHub
2 changed files with 5 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/ui': patch
---
Remove stylesheet import from Select component.
@@ -25,7 +25,6 @@ import {
Text,
} from 'react-aria-components';
import clsx from 'clsx';
import './Select.styles.css';
import { SelectProps } from './types';
import { useStyles } from '../../hooks/useStyles';
import { FieldLabel } from '../FieldLabel';