Skip to content

Commit cbc0a59

Browse files
committed
fix: remove redundant conditional in DocumentExtraction status chip color
1 parent 525ec38 commit cbc0a59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ui/web/src/pages/DocumentExtraction.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ const DocumentExtraction: React.FC = () => {
968968
size="small"
969969
sx={{
970970
backgroundColor: document.status === 'completed' ? '#3FB950' : '#76B900',
971-
color: document.status === 'completed' ? '#000000' : '#000000',
971+
color: '#000000',
972972
fontWeight: 600,
973973
fontSize: '0.75rem',
974974
}}

0 commit comments

Comments
 (0)