fix(settings): change background color for options

This commit is contained in:
Diptesh Choudhuri 2023-01-25 03:20:42 +00:00
parent 56c35daed4
commit 3be80896bb
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@
<input class="input-default block" name="value" placeholder="Label" required>
<select name="key" class="block w-full p-2.5 select-default grow" multiple required>
{{ range $i, $p := .Projects }}
<option value="{{ $p }}">{{ $p }}</option>
<option value="{{ $p }}" class="bg-gray-800">{{ $p }}</option>
{{ end }}
</select>
<button type="submit" class="btn-primary">