Skip to content

Commit

Permalink
Fixing score styling
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremagico committed Nov 10, 2023
1 parent 78b827d commit 7b27feb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
'center': !onRightBorder && !onLeftBorder,
'right-border': onRightBorder
}"
class="tooltipText">
class="tooltiptext">
<mat-icon>timer</mat-icon>
</div>
</div>
Expand All @@ -28,7 +28,7 @@
'center': !onRightBorder && !onLeftBorder,
'right-border': onRightBorder
}"
class="tooltipText">
class="tooltiptext">
<mat-icon>timer</mat-icon>
</div>
</div>
Expand Down

0 comments on commit 7b27feb

Please sign in to comment.