We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccddc51 commit fa9bcebCopy full SHA for fa9bceb
src/components/radio/RadioGroup.tsx
@@ -1,7 +1,6 @@
1
import React, { forwardRef, useState } from "react";
2
import { Platform } from "react-native";
3
import { getFocusableTreeWalker } from "@react-aria/focus";
4
-import { styleAdapter } from "lib/typescript";
5
6
import { Box, BoxProps } from "../../primitives";
7
import { useTheme } from "../../theme";
@@ -11,6 +10,7 @@ import {
11
10
cx,
12
getValidChildren,
13
passProps,
+ styleAdapter,
14
} from "../../utils";
15
16
import { RadioGroupState, useRadioGroupState } from "./useRadioGroupState";
0 commit comments