Change Selected icon paragraf to black color
This commit is contained in:
parent
f0b5cc0378
commit
603a0233f7
@ -81,7 +81,7 @@ function IconSelector({ onSelect }) {
|
||||
))}
|
||||
</div>
|
||||
{selectedIcon && (
|
||||
<p style={{ marginTop: 8, fontSize: 13 }}>
|
||||
<p style={{ marginTop: 8, fontSize: 13, color: 'black' }}>
|
||||
Selected: <code>{selectedIcon.split('/').pop()}</code>
|
||||
</p>
|
||||
)}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user