@onethousandswaps-libs/uikit
Version:
User interface package for One THousand Swaps apps
39 lines (36 loc) • 733 B
text/typescript
import { scales, variants } from "./types";
export const scaleVariants = {
[]: {
height: "28px",
padding: "0 8px",
fontSize: "14px",
},
[]: {
height: "24px",
padding: "0 4px",
fontSize: "12px",
},
};
export const styleVariants = {
[]: {
backgroundColor: "primary",
},
[]: {
backgroundColor: "secondary",
},
[]: {
backgroundColor: "success",
},
[]: {
backgroundColor: "textDisabled",
},
[]: {
backgroundColor: "textSubtle",
},
[]: {
backgroundColor: "binance",
},
[]: {
backgroundColor: "failure",
},
};