Skip to content

Commit 056112f

Browse files
committed
Fix label alignment
1 parent 6db82f0 commit 056112f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

gui/src/renderer/components/cell/Label.tsx

-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import { CellDisabledContext } from './Container';
99

1010
const StyledLabel = styled.div<{ disabled: boolean }>(buttonText, (props) => ({
1111
display: 'flex',
12-
alignItems: 'center',
1312
margin: '10px 0',
1413
flex: 1,
1514
color: props.disabled ? colors.white40 : colors.white,

0 commit comments

Comments
 (0)