Skip to content

Commit 27e0628

Browse files
authored
fix(types): partial style options for box (#210)
1 parent 9a4b67e commit 27e0628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/box.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export type BoxOpts = {
197197
*/
198198
title?: string;
199199

200-
style?: BoxStyle;
200+
style?: Partial<BoxStyle>;
201201
};
202202

203203
const defaultStyle: BoxStyle = {

0 commit comments

Comments
 (0)