Skip to content

Commit

Permalink
chore: fix surface example
Browse files Browse the repository at this point in the history
  • Loading branch information
vladimirpotekhin committed Feb 5, 2024
1 parent 7888358 commit 7d15ae3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ <h3 class="heading">Gas</h3>
</div>

<div
tuiCardLarge="compact"
tuiSurface="elevated"
class="reviews"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import {
TuiAvatarModule,
TuiBadgeModule,
TuiButtonModule,
TuiCardModule,
TuiSurfaceModule,
} from '@taiga-ui/experimental';

Expand All @@ -41,6 +42,7 @@ import {ExampleTuiSurfaceComponent} from './surface.component';
TuiScrollbarModule,
TuiButtonModule,
TuiLinkModule,
TuiCardModule,
TuiAvatarModule,
TuiLabelModule,
TuiModeModule,
Expand Down

0 comments on commit 7d15ae3

Please sign in to comment.