Skip to content
Snippets Groups Projects
Commit 165abfc9 authored by Lukas Mauß's avatar Lukas Mauß
Browse files

Change placeholder color in room-join and comment-search

parent cc5e14a2
Branches
Tags
1 merge request!223Ux fixes
......@@ -9,8 +9,6 @@
<mat-icon>close</mat-icon>
</button>
<!-- <span class="fill-remaining-space"></span> -->
<div class="button-bar" fxLayoutAlign="center center">
<div *ngIf="comments && comments.length > 0">
<mat-chip-list>
......
......@@ -109,3 +109,8 @@ h4 {
.down {
color: var(--red);
}
::placeholder {
color: var(--on-primary);
opacity: 1;
}
......@@ -25,3 +25,8 @@ input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-i
mat-hint {
color: var(--on-surface) !important;
}
::placeholder {
color: var(--on-surface);
opacity: 1;
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment