Commit 299f4c8a authored by Jordan Frankfurt's avatar Jordan Frankfurt Committed by GitHub

fix(bag): CounterDot for small values (#5205)

* fix(bag): simplify header

* pr feedback: adjust margins

* add margin-auto instead of flex-basis for space-filling to get a more accurate click area

* pr feedback from lynn

* rename numberdot to counterdot

* fix(bag): header counter for small values
parent f9eb46a0
......@@ -36,6 +36,7 @@ const CounterDot = styled.div`
display: flex;
font-size: 10px;
justify-content: center;
min-width: 20px;
padding: 4px 6px;
`
const Wrapper = styled.div`
......
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