mirror of https://github.com/embarklabs/embark.git
decrease file size in 'show hidden files' text
This commit is contained in:
parent
eb8759083c
commit
d1d5450747
|
@ -215,7 +215,7 @@ class FileExplorer extends React.Component {
|
|||
/>
|
||||
|
||||
<Label className="hidden-toogle mb-0 pt-2 pr-2 pb-1 border-top text-right">
|
||||
<span className="mr-2 align-top">Show hidden files</span>
|
||||
<span className="mr-2 align-top" style={{"font-size": "12px"}}>Show hidden files</span>
|
||||
<AppSwitch color="success" variant="pill" size="sm" onChange={this.props.toggleShowHiddenFiles}/>
|
||||
</Label>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue