Skip to content

Commit

Permalink
fix style issue for serial number picker
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanM322 committed Oct 7, 2024
1 parent 7967ad9 commit 8cb25e5
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,10 +135,11 @@ const SelectNumber: React.FC<ISelectNumber> = ({
<div className="select-box--arrow"></div>
<div
style={{
background: primaryColor
background: primaryColor,
top: '0px'
}}
id="rred"
className={'select-box--items list-of-tokens'}
className={'select-box--items list-of-tokens select-number-popup'}
ref={listOfTokensRef}>
{ranges.map((range, index) => {
return (
Expand Down

0 comments on commit 8cb25e5

Please sign in to comment.