Skip to content
Snippets Groups Projects
Commit c932c7aa authored by Chris Beer's avatar Chris Beer
Browse files

Use body2 for the canvas panel switcher

parent aa5ffaf9
Branches
Tags
No related merge requests found
......@@ -101,12 +101,11 @@ export class WindowSideBarCanvasPanel extends Component {
value={variant}
onChange={this.handleVariantChange}
name="variant"
autoWidth
variant="filled"
input={<FilledInput name="variant" />}
>
<MenuItem value="compact">{ t('compactList') }</MenuItem>
<MenuItem value="thumbnail">{ t('thumbnailList') }</MenuItem>
<MenuItem value="compact"><Typography variant="body2">{ t('compactList') }</Typography></MenuItem>
<MenuItem value="thumbnail"><Typography variant="body2">{ t('thumbnailList') }</Typography></MenuItem>
</Select>
</FormControl>
)}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment