Skip to content

Commit

Permalink
Fixed footer text color issue
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienSvstr authored and fabienSvtr committed Nov 10, 2023
1 parent 8b76b90 commit 6229d86
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions client/src/views/workspaces/WorkspacesPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,13 @@
</ion-item>
</div>
</div>
<div class="workspaces-footer title-h5">
<div class="workspaces-footer">
<div class="folder-footer__container">
{{ $t('WorkspacesPage.itemCount', { count: workspaceList.length }, workspaceList.length) }}
<ion-text
class="text title-h5"
>
{{ $t('WorkspacesPage.itemCount', { count: workspaceList.length }, workspaceList.length) }}
</ion-text>
</div>
</div>
<ion-fab
Expand Down

0 comments on commit 6229d86

Please sign in to comment.