Fix bg-color in Preferences > Notifications > Repo

Bug: Issue 12430
Change-Id: I2a9b76ea8b4fe43e7e2f0b284796b1e4a43f0b42
This commit is contained in:
Milutin Kristofic
2020-03-04 11:58:10 +01:00
parent c735a7c24d
commit 0924e13ad3

View File

@@ -41,6 +41,8 @@ limitations under the License.
padding: 0;
}
paper-input {
background-color: var(--view-background-color);
color: var(--primary-text-color);
border: 1px solid var(--border-color);
border-radius: var(--border-radius);
padding: var(--spacing-s);