UI styling update
This commit is contained in:
@ -46,8 +46,10 @@ const ProcessSteps = () => {
|
||||
</h3>
|
||||
<ul className="list-disc list-inside space-y-2 text-gray-700 leading-relaxed pl-4">
|
||||
{step.items.map((item, index) => (
|
||||
<li key={index} className="text-justify">
|
||||
{item}
|
||||
<li key={index} className="text-justify" style={{color: '#faae31'}}>
|
||||
<span style={{color: '#374151'}}>
|
||||
{item}
|
||||
</span>
|
||||
</li>
|
||||
))}
|
||||
</ul>
|
||||
|
||||
Reference in New Issue
Block a user