1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-03 07:55:36 +00:00

12.0 change button color (#6329)

This commit is contained in:
Michael An
2024-07-13 15:15:22 +08:00
committed by GitHub
parent 183d9beed2
commit 4c5509ea14
19 changed files with 43 additions and 22 deletions

View File

@@ -177,8 +177,8 @@ class ManageMembersDialog extends React.Component {
className="add-members-select"
/>
{this.state.selectedOption ?
<Button color="secondary" onClick={this.addGroupMember}>{gettext('Submit')}</Button> :
<Button color="secondary" disabled>{gettext('Submit')}</Button>
<Button color="primary" onClick={this.addGroupMember}>{gettext('Submit')}</Button> :
<Button color="primary" disabled>{gettext('Submit')}</Button>
}
</div>
{