Skip to content

Commit

Permalink
chore(all): + one fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MarsiBarsi committed Dec 25, 2020
1 parent a16820f commit 7f876e7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class TuiMarkerIconComponent {

@HostBinding('attr.data-tui-host-mode')
get computedMode(): TuiMarkerIconMode | null {
return this.globalMode === 'onLight' && !this.mode
return this.globalMode === 'onDark' && !this.mode
? TuiMarkerIconMode.OnDark
: this.mode;
}
Expand Down

0 comments on commit 7f876e7

Please sign in to comment.