Skip to content

Commit

Permalink
fix(types): partial style options for box (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
escral authored Jul 5, 2023
1 parent 9a4b67e commit 27e0628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/box.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export type BoxOpts = {
*/
title?: string;

style?: BoxStyle;
style?: Partial<BoxStyle>;
};

const defaultStyle: BoxStyle = {
Expand Down

0 comments on commit 27e0628

Please sign in to comment.