mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-24 23:35:45 +00:00
refactor(FE): Refactor PdfStatusBadge to use a single style prop
This commit is contained in:
@@ -144,9 +144,11 @@ const getTableData = (
|
||||
value: item.expedition ? (
|
||||
<View style={{ alignItems: 'center' }}>
|
||||
<PdfStatusBadge
|
||||
backgroundColor='#DBEAFE'
|
||||
textColor='#1E40AF'
|
||||
borderColor='#60A5FA'
|
||||
style={{
|
||||
backgroundColor: '#DBEAFE',
|
||||
color: '#1E40AF',
|
||||
borderColor: '#60A5FA',
|
||||
}}
|
||||
>
|
||||
{item.expedition}
|
||||
</PdfStatusBadge>
|
||||
|
||||
Reference in New Issue
Block a user