File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 9
9
MdArrowDropDown ,
10
10
} from 'react-icons/md' ;
11
11
import { useSpring , animated } from 'react-spring' ;
12
- import { mediaQuery } from '../../lib/styles/media' ;
12
+ import media , { mediaQuery } from '../../lib/styles/media' ;
13
13
import useToggle from '../../lib/hooks/useToggle' ;
14
14
import HomeMobileHeadExtra from './HomeMobileHeadExtra' ;
15
15
import TimeframePicker from './TimeframePicker' ;
@@ -171,7 +171,7 @@ const Indicator = styled(animated.div)`
171
171
const Selector = styled . div `
172
172
background: white;
173
173
height: 2rem;
174
- width: 5rem ;
174
+ width: 5.25rem ;
175
175
border-radius: 4px;
176
176
display: flex;
177
177
align-items: center;
@@ -192,6 +192,9 @@ const Selector = styled.div`
192
192
opacity: 0.75;
193
193
}
194
194
}
195
+ ${ media . medium } {
196
+ font-size: 0.75rem;
197
+ }
195
198
` ;
196
199
197
200
export default HomeTab ;
You can’t perform that action at this time.
0 commit comments