Skip to content

Commit a721fd8

Browse files
Ike353nnixaa
authored andcommitted
fix(buttons): change tiny button class to x-small (#1826)
Fixes button styling of tiny button on page http://akveo.com/ngx-admin/#/pages/ui-features/buttons
1 parent aa8e7cd commit a721fd8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/pages/ui-features/buttons/size-buttons/size-buttons.component.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
</div>
3838
<div class="size-container">
3939
<div class="container-title">
40-
<span>Tiny Button</span>
40+
<span>X-Small Button</span>
4141
</div>
4242
<div class="subheader">
4343
<span>0.5rem 1.25rem</span>
4444
</div>
4545
<div>
46-
<button class="btn btn-primary btn-tn">Tiny</button>
46+
<button class="btn btn-primary btn-xs">X-Small Button</button>
4747
</div>
4848
</div>
4949
</nb-card-body>

0 commit comments

Comments
 (0)