Skip to content

Commit

Permalink
fix: #108 remove extra swatch class in circle picker
Browse files Browse the repository at this point in the history
  • Loading branch information
scttcper committed May 16, 2018
1 parent 67c69d3 commit 68a2a1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/circle/circle-swatch.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import {
[style.width.px]="circleSize" [style.height.px]="circleSize"
[style.margin-right.px]="circleSpacing" [style.margin-bottom.px]="circleSpacing"
>
<color-swatch class="swatch"
<color-swatch
[color]="color" [style]="swatchStyle" [focus]="focus" [focusStyle]="focusStyle"
(onClick)="handleClick($event)" (onHover)="onSwatchHover.emit($event)">
</color-swatch>
Expand Down

0 comments on commit 68a2a1b

Please sign in to comment.