-
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.
perf(styles): update styles for icon only buttons
- Loading branch information
1 parent
1c434e1
commit 99f5488
Showing
3 changed files
with
26 additions
and
15 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 style="width: 20px; height: 20px;" category="interface" name="home-filled" slot="icon"></auro-icon> | ||
<auro-icon customColor customSize 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 style="width: 20px; height: 20px;" category="interface" name="arrow-left" slot="icon"></auro-icon> | ||
<auro-icon customColor customSize 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 style="width: 20px; height: 20px;" category="interface" name="heart-filled" slot="icon"></auro-icon> | ||
<auro-icon customColor customSize 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