Skip to content

Commit

Permalink
fix: Make ResponsivePreset.height Type Nullable (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
schwarmco authored Jun 25, 2024
1 parent 45018ae commit 3814da9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/histoire-shared/src/types/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ export type GrayColorKeys = ColorKeys | '750' | '850' | '950'
export interface ResponsivePreset {
label: string
width: number
height: number
height?: number
}

export interface BackgroundPreset {
Expand Down

0 comments on commit 3814da9

Please sign in to comment.