fix(browser): unify styles
This commit is contained in:
parent
476e231639
commit
28af4f3694
1 changed files with 1 additions and 1 deletions
|
@ -599,7 +599,7 @@ export class Browser extends React.Component<Props, State, {}> {
|
||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
onClick={this.addSharing}
|
onClick={this.addSharing}
|
||||||
className="green0-bg white-font margin-r-m"
|
className="cyan0-bg white-font margin-r-m"
|
||||||
>
|
>
|
||||||
{this.props.msg.pkg.get("browser.share.add")}
|
{this.props.msg.pkg.get("browser.share.add")}
|
||||||
</button>
|
</button>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue