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) => { ...@@ -54,7 +54,7 @@ const VerifiedContractsListItem = ({ data, isLoading }: Props) => {
noIcon noIcon
truncation="constant" truncation="constant"
ml="auto" ml="auto"
linkVariant="secondary" color="text.secondary"
flexShrink={ 0 } flexShrink={ 0 }
/> />
</Flex> </Flex>
......
...@@ -55,7 +55,7 @@ const VerifiedContractsTableItem = ({ data, isLoading }: Props) => { ...@@ -55,7 +55,7 @@ const VerifiedContractsTableItem = ({ data, isLoading }: Props) => {
truncation="constant" truncation="constant"
my={ 1 } my={ 1 }
ml={ 7 } ml={ 7 }
linkVariant="secondary" color="text.secondary"
w="fit-content" w="fit-content"
/> />
</TableCell> </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