Make username in the header more obvious by lightening color
This commit is contained in:
parent
f19840dea9
commit
6be0cecc09
@ -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…
Reference in New Issue
Block a user