Change Choose icon label to black color

This commit is contained in:
dvirlabs 2025-07-01 12:20:23 +03:00
parent 74db6008b0
commit f0b5cc0378
2 changed files with 1 additions and 7 deletions

View File

@ -1,6 +0,0 @@
#!/bin/sh
# שימוש ב-template ממקום שלא נדרס
envsubst < /etc/env/env.js.template > /usr/share/nginx/html/env.js
exec "$@"

View File

@ -47,7 +47,7 @@ function IconSelector({ onSelect }) {
{selectedCategory && (
<div>
<label style={{ fontWeight: 'bold' }}>Choose an icon:</label>
<label style={{ fontWeight: 'bold', color: 'black' }}>Choose an icon:</label>
<div
style={{
display: 'grid',