mirror of
https://github.com/LemmyNet/lemmy
synced 2024-11-19 03:25:29 +00:00
Change styling on comment-form no login-alert.
This commit is contained in:
parent
7d6985647f
commit
2c0928efe0
2
ui/src/components/comment-form.tsx
vendored
2
ui/src/components/comment-form.tsx
vendored
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user