fui-fancyui
Version:
FancyUI Libary
24 lines (23 loc) • 408 B
JavaScript
const t = {
sm: {
paddingToEdge: "xs",
titleSize: "subTextFootnote",
gap: "xxs",
subtitleSize: "subTextLegal"
},
md: {
paddingToEdge: "sm",
gap: "xxs",
titleSize: "subTextCaption",
subtitleSize: "subTextFootnote"
},
lg: {
paddingToEdge: "sm",
gap: "xs",
titleSize: "bodytextSm",
subtitleSize: "subTextFootnote"
}
};
export {
t as sizeSettings
};