summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-07-14 13:21:31 -0400
committerDessalines <tyhou13@gmx.com>2020-07-14 13:21:31 -0400
commit2c0928efe07ffa352f690a8bd3d436ad2a8bbfbf (patch)
treec50e874a49c3238d18db404d73adf82428c157c7
parent7d6985647ff57f435000b0d07860f8695e81fd0c (diff)
Change styling on comment-form no login-alert.HEADmaster
-rw-r--r--ui/src/components/comment-form.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/comment-form.tsx b/ui/src/components/comment-form.tsx
index b9f1e815..72a4f398 100644
--- a/ui/src/components/comment-form.tsx
+++ b/ui/src/components/comment-form.tsx
@@ -253,7 +253,7 @@ export class CommentForm extends Component<CommentFormProps, CommentFormState> {
</div>
</form>
) : (
- <div class="alert alert-warning" role="alert">
+ <div class="alert alert-light" role="alert">
<svg class="icon icon-inline mr-2">
<use xlinkHref="#icon-alert-triangle"></use>
</svg>