Skip to content
This repository was archived by the owner on Feb 6, 2024. It is now read-only.

Commit 264cae0

Browse files
feat: navigation bar deck name letter spacing
Signed-off-by: peterpeterparker <[email protected]>
1 parent 0902674 commit 264cae0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

studio/src/app/components/core/app-navigation/app-navigation.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ app-navigation {
2626
width: 100%;
2727

2828
user-select: none;
29+
30+
letter-spacing: 0.06em;
2931
}
3032

3133
&.deck-name-visible {

studio/src/app/components/core/app-navigation/app-navigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export class AppNavigation {
6464
</div>
6565
</ion-router-link>
6666

67-
<ion-label class="ion-text-uppercase deck-name">{this.deckName}</ion-label>
67+
<ion-label class="deck-name">{this.deckName}</ion-label>
6868
</div>
6969
);
7070
}

0 commit comments

Comments
 (0)