Skip to content

Commit

Permalink
highlight share button
Browse files Browse the repository at this point in the history
  • Loading branch information
Dong Cai committed Oct 26, 2023
1 parent ad8edbc commit b518368
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/ContentWrap.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,9 @@ export default class ContentWrap extends Component {
<Popover
trigger={
<Button
className="btn--dark button icon-button hint--rounded hint--bottom-left"
className="button icon-button hint--rounded hint--bottom-left"
/* Highlight this button for more traction */
style="background-color: #ffa900; color: #fff;"
aria-label="Share Your Work"
onClick={this.shareClickHandler.bind(this)}>
<span className="material-symbols-outlined">share</span>
Expand Down

0 comments on commit b518368

Please sign in to comment.