Update Code of Conduct Overlay and other minor changes (#424)

* Use light theme for coc-overlay

* Updates

* Fix vertical height for COC overlay
This commit is contained in:
Tanuj Mittal
2021-02-05 14:56:50 +05:30
committed by GitHub
parent 3fd014ddad
commit 93cfd52e36
4 changed files with 5 additions and 8 deletions

View File

@@ -101,7 +101,7 @@ export class CodeOfConductComponent extends React.Component<CodeOfConductCompone
fontSize: 12,
},
}}
label="I have read and accepted the code of conduct."
label="I have read and accept the code of conduct."
onChange={this.onChangeCheckbox}
/>
</Stack.Item>