Skip to content

Commit

Permalink
fix(stroke): fix ColorLike import path
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Audouy authored and Yakoust committed Sep 3, 2021
1 parent 4450d2e commit ebdca6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/ngx-openlayers/src/lib/styles/stroke.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { StyleComponent } from './style.component';
import { StyleCircleComponent } from './circle.component';
import { StyleTextComponent } from './text.component';
import { Color } from 'ol/color';
import { ColorLike } from 'ol/colorLike';
import { ColorLike } from 'ol/colorlike';

@Component({
selector: 'aol-style-stroke',
Expand Down

0 comments on commit ebdca6e

Please sign in to comment.