Skip to content

Commit

Permalink
refactor: Data update atoms-button-primary
Browse files Browse the repository at this point in the history
  • Loading branch information
StfBauer committed Nov 5, 2022
1 parent 4bb7490 commit ae6ec8f
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 22 deletions.
@@ -1,3 +1,5 @@
<button class="{{ classname }} is-reversed">
{{> atoms-icon iconname=iconname }}<span class="hoo-button-label">{{ label }}</span>
</button>
{{#button}}
<button class="hoo-button-primary is-reversed">
{{> atoms-icon }}<span class="hoo-button-label">{{ label }}</span>
</button>
{{/button}}

This file was deleted.

@@ -1,3 +1,5 @@
<button class="{{ classname }}">
{{> atoms-icon iconname=iconname }}<span class="hoo-button-label">{{ label }}</span>
</button>
{{#button}}
<button class="hoo-button-primary">
{{> atoms-icon }}<span class="hoo-button-label">{{ label }}</span>
</button>
{{/button}}

This file was deleted.

6 changes: 4 additions & 2 deletions htwoo-core/src/_patterns/atoms/buttons/button-primary.hbs
@@ -1,3 +1,5 @@
<button class="{{ classname }}">
{{#button}}
<button class="hoo-button-primary">
<span class="hoo-button-label">{{ label }}</span>
</button>
</button>
{{/button}}
4 changes: 0 additions & 4 deletions htwoo-core/src/_patterns/atoms/buttons/button-primary.json

This file was deleted.

0 comments on commit ae6ec8f

Please sign in to comment.