mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-02 23:48:47 +00:00
Change share dialog button style (#5812)
* change share button size * change submit button loading style
This commit is contained in:
@@ -297,7 +297,7 @@ class ShareToInvitePeople extends React.Component {
|
||||
/>
|
||||
</td>
|
||||
<td>
|
||||
<Button onClick={this.shareAndInvite} disabled={isSubmitting}
|
||||
<Button onClick={this.shareAndInvite} className="submit-btn" disabled={isSubmitting}
|
||||
>{isSubmitting ? <Loading /> : gettext('Submit')}</Button>
|
||||
</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user