diff options
author | Volpeon <git@volpeon.ink> | 2025-07-23 08:34:23 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2025-07-23 08:34:23 +0200 |
commit | 5c878876d3bdd2c7cd094871fa0644f3310bcec8 (patch) | |
tree | 0a41059f6983040f429d786ab0ad0dbf89764e96 /tpl/views/text-field.pug | |
parent | Fixed divider (diff) | |
download | iro-design-5c878876d3bdd2c7cd094871fa0644f3310bcec8.tar.gz iro-design-5c878876d3bdd2c7cd094871fa0644f3310bcec8.tar.bz2 iro-design-5c878876d3bdd2c7cd094871fa0644f3310bcec8.zip |
Commit merge of button and badge into action-button (and rename it to button)
Diffstat (limited to 'tpl/views/text-field.pug')
-rw-r--r-- | tpl/views/text-field.pug | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tpl/views/text-field.pug b/tpl/views/text-field.pug index 165e2ce..4309ff6 100644 --- a/tpl/views/text-field.pug +++ b/tpl/views/text-field.pug | |||
@@ -16,8 +16,8 @@ mixin view-text-field | |||
16 | div | 16 | div |
17 | +text-field(placeholder='Just landed in L.A.' class="u-p-50") | 17 | +text-field(placeholder='Just landed in L.A.' class="u-p-50") |
18 | +slot('pre') | 18 | +slot('pre') |
19 | +action-button(quiet=true class='l-media__block')= 'Volpeon' | 19 | +button(quiet=true class='l-media__block')= 'Volpeon' |
20 | +divider('vertical')(class='u-mis-50') | 20 | +divider('vertical')(class='u-mis-50') |
21 | +slot('post') | 21 | +slot('post') |
22 | +action-button(quiet=true icon='smile' class='l-media__block') | 22 | +button(quiet=true icon='smile' class='l-media__block') |
23 | +action-button(quiet=true icon='send' class='l-media__block') | 23 | +button(quiet=true icon='send' class='l-media__block') |