We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59d1e87 commit 44214b0Copy full SHA for 44214b0
lib/types.ts
@@ -264,7 +264,7 @@ export type FlexButton = {
264
flex?: number;
265
margin?: "none" | "xs" | "sm" | "md" | "lg" | "xl" | "xxl";
266
height?: "sm" | "md";
267
- style?: "link" | "secondary" | "primary";
+ style?: "link" | "primary" | "secondary";
268
color?: string;
269
gravity?: "top" | "bottom" | "center";
270
};
@@ -336,7 +336,7 @@ export type FlexSeparator = {
336
337
export type FlexSpacer = {
338
type: "spacer";
339
- size?: "xs" | "sm" | "md" | "lg" | "xl" | "xxl";
+ size: "xs" | "sm" | "md" | "lg" | "xl" | "xxl";
340
341
342
export type FlexText = {
0 commit comments