mirror of
https://github.com/akveo/ngx-admin.git
synced 2025-12-18 16:30:13 +01:00
fix(typography): use updated card size
This commit is contained in:
parent
35dc9d2a24
commit
fc5c2999f9
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-6 col-xxxl-4">
|
<div class="col-md-6 col-xxxl-4">
|
||||||
<nb-card [size]="breakpoint.width >= breakpoints.xxxl ? 'xxlarge' : 'large'">
|
<nb-card [size]="breakpoint.width >= breakpoints.xxxl ? 'giant' : 'large'">
|
||||||
<nb-card-header>
|
<nb-card-header>
|
||||||
Font Colors
|
Font Colors
|
||||||
</nb-card-header>
|
</nb-card-header>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue