Cleaning up

Signed-off-by: Charles de Dreuille <charles.dedreuille@gmail.com>
This commit is contained in:
Charles de Dreuille
2025-02-10 15:56:17 +00:00
parent fcca2bfb7d
commit 719e9dec1b
2 changed files with 2 additions and 1 deletions
@@ -13,8 +13,8 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
import React from 'react';
import React from 'react';
import { Checkbox as CheckboxPrimitive } from '@base-ui-components/react/checkbox';
import { Icon } from '@backstage/canon';
import type { CheckboxProps } from './types';
@@ -12,6 +12,7 @@
&[data-checked] {
background-color: var(--canon-bg-solid);
color: var(--canon-fg-solid);
}
}