mirror of
https://github.com/haiwen/seahub.git
synced 2025-09-10 11:21:29 +00:00
change button color
This commit is contained in:
@@ -130,7 +130,7 @@ class CommentPanel extends React.Component {
|
||||
placeholder={gettext('Add a comment.')}
|
||||
clos="100" rows="3" warp="virtual"></textarea>
|
||||
<Button
|
||||
className="submit-comment" color="success"
|
||||
className="submit-comment" color="primary"
|
||||
size="sm" onClick={this.submitComment} >
|
||||
{gettext('Submit')}</Button>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user