We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6db82f0 commit 056112fCopy full SHA for 056112f
gui/src/renderer/components/cell/Label.tsx
@@ -9,7 +9,6 @@ import { CellDisabledContext } from './Container';
9
10
const StyledLabel = styled.div<{ disabled: boolean }>(buttonText, (props) => ({
11
display: 'flex',
12
- alignItems: 'center',
13
margin: '10px 0',
14
flex: 1,
15
color: props.disabled ? colors.white40 : colors.white,
0 commit comments