UNPKG

@yamada-ui/react

Version:

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

14 lines (12 loc) 302 B
import { defineTokens } from "../../core/system/config.js"; //#region src/theme/tokens/borders.ts const borders = defineTokens.borders({ xs: "0.5px solid", sm: "1px solid", md: "2px solid", lg: "4px solid", xl: "8px solid" }); //#endregion export { borders }; //# sourceMappingURL=borders.js.map