Browse Source

Make username in the header more obvious by lightening color

pull/1658/head
Gabe Kangas 4 years ago
parent
commit
6be0cecc09
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 2
      webroot/js/components/chat/username.js

2
webroot/js/components/chat/username.js

@ -107,7 +107,7 @@ export default class UsernameForm extends Component { @@ -107,7 +107,7 @@ export default class UsernameForm extends Component {
>
<span
id="username-display"
class="text-indigo-600 text-xs font-semibold truncate overflow-hidden whitespace-no-wrap ${isModerator &&
class="text-indigo-100 text-xs font-semibold truncate overflow-hidden whitespace-no-wrap ${isModerator &&
'moderator-flag'}"
>${isModerator && moderatorFlag}${username}</span
>

Loading…
Cancel
Save