Skip to content

Commit

Permalink
update undo, redo button style
Browse files Browse the repository at this point in the history
  • Loading branch information
ciusji committed Jul 27, 2022
1 parent 430bdd0 commit 62e7d8b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spotrix-frontend/src/dashboard/components/Header/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ class Header extends React.PureComponent {
buttonStyle={
this.state.emphasizeUndo ? 'primary' : undefined
}
style={{ backgroundColor: '#ffffff' }}
>
<i
title="Undo"
Expand All @@ -541,6 +542,7 @@ class Header extends React.PureComponent {
buttonStyle={
this.state.emphasizeRedo ? 'primary' : undefined
}
style={{ backgroundColor: '#ffffff' }}
>
&nbsp;
<i title="Redo" className="redo-action fa fa-share" />
Expand Down

0 comments on commit 62e7d8b

Please sign in to comment.