-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(slim): render icon in icononly slim example #245
- Loading branch information
1 parent
f11d9c5
commit 380e8c0
Showing
4 changed files
with
13 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
<auro-button aria-label="home-filled" iconOnly slim> | ||
<auro-icon customColor customSize category="interface" name="home-filled" slot="icon"></auro-icon> | ||
<auro-icon customColor customSize style="width: 20px; height: 20px;" category="interface" name="home-filled" slot="icon"></auro-icon> | ||
</auro-button> | ||
<auro-button aria-label="arrow-left" variant="secondary" iconOnly slim> | ||
<auro-icon customColor customSize category="interface" name="arrow-left" slot="icon"></auro-icon> | ||
<auro-icon customColor customSize style="width: 20px; height: 20px;" category="interface" name="arrow-left" slot="icon"></auro-icon> | ||
</auro-button> | ||
<auro-button aria-label="heart-filled" variant="tertiary" iconOnly slim> | ||
<auro-icon customColor customSize category="interface" name="heart-filled" slot="icon"></auro-icon> | ||
<auro-icon customColor customSize style="width: 20px; height: 20px;" category="interface" name="heart-filled" slot="icon"></auro-icon> | ||
</auro-button> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters