We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db5d853 commit c9a4d6eCopy full SHA for c9a4d6e
client/components/mobile/ActionStrip.jsx
@@ -2,20 +2,16 @@ import React from 'react';
2
import styled from 'styled-components';
3
import { bindActionCreators } from 'redux';
4
import { useDispatch } from 'react-redux';
5
-import { prop, remSize } from '../../theme';
+import { remSize } from '../../theme';
6
import IconButton from './IconButton';
7
import { CodeIcon } from '../../common/icons';
8
import * as IDEActions from '../../modules/IDE/actions/ide';
9
10
-const background = prop('MobilePanel.default.background');
11
-const textColor = prop('primaryTextColor');
12
-
13
const BottomBarContent = styled.h2`
14
padding: ${remSize(8)};
15
16
svg {
17
max-height: ${remSize(32)};
18
- /* padding: ${remSize(4)} */
19
}
20
`;
21
0 commit comments