Change color picker background color to make text readable

This commit is contained in:
azinum
2024-11-22 15:36:14 +01:00
parent 3155855bd0
commit a7e9853b52

View File

@@ -20,5 +20,5 @@
padding: 5px;
font-size: 16px;
width: 100px;
color: black;
background-color: var(--primary-contrast);
}