Commit 974308f9 authored by vignesh mohankumar's avatar vignesh mohankumar Committed by GitHub

fix: center TimeButton in PriceChart horizontally (#4795)

parent 0ec738a4
......@@ -109,6 +109,7 @@ const TimeButton = styled.button<{ active: boolean }>`
flex: 1;
display: flex;
align-items: center;
justify-content: center;
background-color: ${({ theme, active }) => (active ? theme.backgroundInteractive : 'transparent')};
font-weight: 600;
font-size: 16px;
......
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