Skip to content

Commit b13fe54

Browse files
authored
Merge pull request #207 from cosmology-tech/fix/timeline-dot
fix(timeline): should set default theme before hydrating
2 parents 8bbda97 + 5b804b8 commit b13fe54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ui/timeline/timeline.lite.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export default function Timeline(props: TimelineProps) {
3030
timelineHeight: number;
3131
updateTimelineHeight: () => void;
3232
}>({
33-
internalTheme: store.getState().theme,
33+
internalTheme: "light",
3434
timelineHeight: 0,
3535
updateTimelineHeight: () => {
3636
if (timelineRef) {

0 commit comments

Comments
 (0)