Commit 244ed38b authored by Micael Rodrigues's avatar Micael Rodrigues Committed by GitHub

fix: center focused outline card (#2625)

parent 87d547ab
......@@ -42,6 +42,7 @@ const ResponsiveText = styled(TYPE.label)`
const FocusedOutlineCard = styled(Card)<{ pulsing: boolean }>`
border: 1px solid ${({ theme }) => theme.bg2};
animation: ${({ pulsing, theme }) => pulsing && pulse(theme.primary1)} 0.6s linear;
align-self: center;
`
const FeeAmountLabel = {
......
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