mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
Various minor style improvements
This commit is contained in:
@@ -43,7 +43,7 @@ const NewComment = ({
|
||||
<Button
|
||||
onClick={() => handleSubmit(body, parentId)}
|
||||
className="submitCommentButton">
|
||||
{ isSubmitting ? <Spinner /> : 'Submit' }
|
||||
{ isSubmitting ? <Spinner color="light" /> : 'Submit' }
|
||||
</Button>
|
||||
</React.Fragment>
|
||||
:
|
||||
|
||||
Reference in New Issue
Block a user