mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
chore: change circle success color
This commit is contained in:
@@ -40,7 +40,7 @@ const StatusBadge = ({
|
|||||||
xmlns='http://www.w3.org/2000/svg'
|
xmlns='http://www.w3.org/2000/svg'
|
||||||
className={cn({
|
className={cn({
|
||||||
'text-base-content/10': color === 'neutral',
|
'text-base-content/10': color === 'neutral',
|
||||||
'text-success': color === 'success',
|
'text-[#008000]': color === 'success',
|
||||||
'text-error': color === 'error',
|
'text-error': color === 'error',
|
||||||
'text-primary': color === 'info',
|
'text-primary': color === 'info',
|
||||||
})}
|
})}
|
||||||
|
|||||||
Reference in New Issue
Block a user