Commit 4e124714 authored by tom goriunov's avatar tom goriunov Committed by GitHub

UI: Address color (tables) (#2888)

Fixes #2804
parent df228d3f
......@@ -54,7 +54,7 @@ const VerifiedContractsListItem = ({ data, isLoading }: Props) => {
noIcon
truncation="constant"
ml="auto"
linkVariant="secondary"
color="text.secondary"
flexShrink={ 0 }
/>
</Flex>
......
......@@ -55,7 +55,7 @@ const VerifiedContractsTableItem = ({ data, isLoading }: Props) => {
truncation="constant"
my={ 1 }
ml={ 7 }
linkVariant="secondary"
color="text.secondary"
w="fit-content"
/>
</TableCell>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment