Commit 946f77de authored by Max Alekseenko's avatar Max Alekseenko

fix height of modal header

parent c20f58ff
...@@ -66,7 +66,8 @@ const ContractListModal = ({ onClose, onBack, type, contracts }: Props) => { ...@@ -66,7 +66,8 @@ const ContractListModal = ({ onClose, onBack, type, contracts }: Props) => {
{ onBack && ( { onBack && (
<IconSvg <IconSvg
name="arrows/east" name="arrows/east"
boxSize={ 6 } w={ 6 }
h={ 10 }
transform="rotate(180deg)" transform="rotate(180deg)"
verticalAlign="middle" verticalAlign="middle"
color="gray.400" color="gray.400"
......
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