Skip to content

Commit

Permalink
refactor(Icon): use CSS logical properties instead of physical values (
Browse files Browse the repository at this point in the history
  • Loading branch information
Cata1989 authored Jun 25, 2024
1 parent 6143884 commit c9630c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/beeq/src/components/icon/bq-icon.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export class BqIcon {
<Host style={styles}>
<div
aria-label={this.label ?? `${this.name} icon`}
class="flex h-[var(--bq-icon--size)] w-[var(--bq-icon--size)] text-[color:var(--bq-icon--color)]"
class="flex text-[color:--bq-icon--color] bs-[--bq-icon--size] is-[--bq-icon--size]"
innerHTML={this._svgContent}
part="base"
role="img"
Expand Down

0 comments on commit c9630c7

Please sign in to comment.