UNPKG

@yamada-ui/react

Version:

React UI components of the Yamada, by the Yamada, for the Yamada built with React and Emotion

19 lines (17 loc) 369 B
import { defineTokens } from "../../core/system/config.js"; //#region src/theme/tokens/radii.ts const radii = defineTokens.radii({ "2xs": "0.0625rem", xs: "0.125rem", sm: "0.25rem", md: "0.375rem", lg: "0.5rem", xl: "0.75rem", "2xl": "1rem", "3xl": "1.5rem", "4xl": "2rem", full: "9999px" }); //#endregion export { radii }; //# sourceMappingURL=radii.js.map