X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/16860c6f2fedc5c150cab796e93aa21067f28e97..b7fc86ba2cb07efa00e56c9d5536fc767166cfb5:/src/common/custom-theme.ts diff --git a/src/common/custom-theme.ts b/src/common/custom-theme.ts index 169358dc06..d93b37b79b 100644 --- a/src/common/custom-theme.ts +++ b/src/common/custom-theme.ts @@ -103,6 +103,28 @@ export const themeOptions: ArvadosThemeOptions = { fontSize: '1.25rem' } }, + MuiExpansionPanel: { + expanded: { + marginTop: '8px', + } + }, + MuiExpansionPanelDetails: { + root: { + marginBottom: 0, + paddingBottom: '4px', + } + }, + MuiExpansionPanelSummary: { + content: { + '&$expanded': { + margin: 0, + }, + color: grey700, + fontSize: '1.25rem', + margin: 0, + }, + expanded: {}, + }, MuiMenuItem: { root: { padding: '8px 16px'