Skip to content

Commit

Permalink
Removes innecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordi-PV committed Jun 25, 2024
1 parent 4ebd5e0 commit a84772a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/AIFixesButton.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ const gradientEffect = {

const AIFixesButtonBase = styled( IconButtonBase )`
position: relative;
border: ${ props => props.pressed ? "none" : `1px solid ${yoastIndigo300}` }; /*indigo-300*/
border: ${ props => props.pressed ? "none" : `1px solid ${yoastIndigo300}` };
background-image: ${ props => props.pressed
? gradientEffect.pressedStateBackground
: gradientEffect.defaultStateBackground } !important;
Expand Down

0 comments on commit a84772a

Please sign in to comment.