mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 19:29:56 +00:00
12.0 change button color (#6329)
This commit is contained in:
@@ -265,7 +265,7 @@ class SysAdminShareToGroup extends React.Component {
|
||||
/>
|
||||
</td>
|
||||
<td>
|
||||
<Button onClick={this.shareToGroup}>{gettext('Submit')}</Button>
|
||||
<Button color="primary" onClick={this.shareToGroup}>{gettext('Submit')}</Button>
|
||||
</td>
|
||||
</tr>
|
||||
{this.state.errorMsg.length > 0 &&
|
||||
|
Reference in New Issue
Block a user