Commit 0f6a675d authored by vignesh mohankumar's avatar vignesh mohankumar Committed by GitHub

fix: center TimeButton in PriceChart (#4738)

parent ec3552bb
......@@ -106,6 +106,8 @@ export const TimeOptionsContainer = styled.div`
width: fit-content;
`
const TimeButton = styled.button<{ active: boolean }>`
display: flex;
align-items: 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