Change Choose icon label to black color
This commit is contained in:
parent
74db6008b0
commit
f0b5cc0378
@ -1,6 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# שימוש ב-template ממקום שלא נדרס
|
||||
envsubst < /etc/env/env.js.template > /usr/share/nginx/html/env.js
|
||||
|
||||
exec "$@"
|
||||
@ -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',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user