Skip to content

Commit

Permalink
chore: fix screens
Browse files Browse the repository at this point in the history
  • Loading branch information
waterplea committed Mar 29, 2024
1 parent 081ea23 commit 20509f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions projects/core/components/button/button.style.less
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@
}

[tuiIconButton] {
--t-gap: 0;

gap: 0;
width: var(--t-size);
font-size: 0 !important;
padding: 0;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,14 @@ <h2 class="tui-island__title">Monty Python and the Holy Grail</h2>
tuiButton
type="button"
>
Buy $
<span>{{ 12.99 | tuiAmount: 'RUB' | async }}</span>
Buy ${{ 12.99 | tuiAmount: 'RUB' | async }}
</button>
<button
tuiButton
type="button"
class="tui-space_left-2"
>
Rent $
<span>{{ 4.99 | tuiAmount: 'RUB' | async }}</span>
Rent ${{ 4.99 | tuiAmount: 'RUB' | async }}
</button>
</div>
</tui-island>
Expand Down

0 comments on commit 20509f6

Please sign in to comment.