mirror of
https://github.com/Redocly/redoc.git
synced 2025-08-08 14:14:56 +03:00
fixes
This commit is contained in:
parent
51511e3fad
commit
7e187d83cb
1363
demo/tt.json
1363
demo/tt.json
File diff suppressed because one or more lines are too long
|
@ -17,7 +17,7 @@ export const StyledDropdown = styled(Dropdown)`
|
||||||
min-width: 100px;
|
min-width: 100px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: auto;
|
width: 100%;
|
||||||
font-family: ${props => props.theme.typography.headings.fontFamily};
|
font-family: ${props => props.theme.typography.headings.fontFamily};
|
||||||
|
|
||||||
.Dropdown-control {
|
.Dropdown-control {
|
||||||
|
|
|
@ -85,7 +85,7 @@ const defaultTheme: ThemeInterface = {
|
||||||
nestingSpacing: '1em',
|
nestingSpacing: '1em',
|
||||||
nestedBackground: '#fafafa',
|
nestedBackground: '#fafafa',
|
||||||
arrow: {
|
arrow: {
|
||||||
size: '1.1em',
|
size: '1.4em',
|
||||||
color: theme => theme.colors.text.secondary,
|
color: theme => theme.colors.text.secondary,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue
Block a user