mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-13 22:01:06 +00:00
12.0 change button color (#6329)
This commit is contained in:
@@ -348,7 +348,7 @@ class ShareToGroup 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