summaryrefslogtreecommitdiffstats
path: root/ui/src/components/private-message-form.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-03-05 10:18:48 -0500
committerDessalines <tyhou13@gmx.com>2020-03-05 10:18:48 -0500
commit25fa97a20af8ef244bc5e934670a3a81a4eff589 (patch)
tree4e8d4a96df0a33913b0f9ba4daf883b1b7e75a0c /ui/src/components/private-message-form.tsx
parent1a9c1677d3a06032f360e21ae2ab58cebc5128c6 (diff)
Thinner blockquotes. Corrected user on private messaging.
Diffstat (limited to 'ui/src/components/private-message-form.tsx')
-rw-r--r--ui/src/components/private-message-form.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/private-message-form.tsx b/ui/src/components/private-message-form.tsx
index 13b4d2ea..90b3b6e1 100644
--- a/ui/src/components/private-message-form.tsx
+++ b/ui/src/components/private-message-form.tsx
@@ -126,7 +126,7 @@ export class PrivateMessageForm extends Component<
{this.state.recipient && (
<div class="col-sm-10 form-control-plaintext">
<Link
- className="text-info"
+ className="text-body font-weight-bold"
to={`/u/${this.state.recipient.name}`}
>
{this.state.recipient.avatar && showAvatars() && (