Skip to content

Commit

Permalink
feat(file-upload): update with latest icon changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dpellier committed Jul 29, 2024
1 parent 25c5087 commit fc9a762
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
@include font.ellipsis();
}

&__remove::part(button),
&__size {
font-size: font.px-to-rem(12px);
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ export class OdsFileUploadItem {
</span>

<ods-button
icon={ ODS_ICON_NAME.cross }
class="ods-file-upload-item__file__info__remove"
icon={ ODS_ICON_NAME.times }
isDisabled={ this.isDisabled }
label=""
onClick={ () => this.cancelHandler() }
Expand Down

0 comments on commit fc9a762

Please sign in to comment.