UNPKG

@yamada-ui/react

Version:

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

28 lines (26 loc) 702 B
import { defineStyles } from "../../core/system/config.js"; //#region src/theme/styles/global-style.ts const globalStyle = defineStyles.globalStyle({ "*, *::before, *::after": { borderColor: "border", borderStyle: "solid", borderWidth: "0", focusVisibleRing: "outline", fontFeatureSettings: "\"cv11\"", overflowWrap: "break-word" }, "*::placeholder, *[data-placeholder]": { color: "fg.subtle" }, body: { colorScheme: "mono", bg: "bg", color: "fg", fontFamily: "body", lineHeight: "moderate", overflowX: "hidden", transitionDuration: "moderate", transitionProperty: "background-color" } }); //#endregion export { globalStyle }; //# sourceMappingURL=global-style.js.map