Skip to content

Commit

Permalink
fix: improve app version contrast
Browse files Browse the repository at this point in the history
  • Loading branch information
arielsvg committed Mar 8, 2021
1 parent af1a369 commit f2e380f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/assets/templates/directives/account-menu.pug
Original file line number Diff line number Diff line change
Expand Up @@ -303,11 +303,11 @@
.sk-panel-footer
.sk-panel-row
.sk-p.left.neutral
span.faded {{self.state.appVersion}}
span {{self.state.appVersion}}
span(ng-if="self.state.showBetaWarning")
span.faded (
span (
a.sk-a(ng-click="self.appState.disableBetaWarning()") Hide beta warning
span.faded )
span )
a.sk-a.right(
ng-click='self.hidePasswordForm()',
ng-if='self.state.formData.showLogin || self.state.formData.showRegister'
Expand Down

0 comments on commit f2e380f

Please sign in to comment.