Skip to content

Commit e5c6727

Browse files
committed
fix: Initialize theme to 'dark'
Signed-off-by: Akshat Patel <[email protected]>
1 parent f3cbf43 commit e5c6727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/timepicker/timepicker.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ export class TimePicker implements ControlValueAccessor {
9494
* Theme property binding will be deprecated in next major version
9595
* Use layers instead
9696
*/
97-
@Input() theme: "light" | "dark";
97+
@Input() theme: "light" | "dark" = "dark";
9898

9999
/**
100100
* `sm`, `md` (default), or `lg` select size

0 commit comments

Comments
 (0)