1
0
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:
Michael An
2023-12-05 12:02:56 +08:00
committed by GitHub
parent 99a95b4fc5
commit 2ce0f90cb8
3 changed files with 3 additions and 3 deletions

View File

@@ -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>