Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
eh2077 committed Jun 29, 2023
1 parent de3fe35 commit 0a39078
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/styles/StyleUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -358,12 +358,12 @@ function getBackgroundColorStyle(backgroundColor) {
/**
* Returns a style for text color
*
* @param {String} linkPreviewColor
* @param {String} color
* @returns {Object}
*/
function getTextColorStyle(textColor) {
function getTextColorStyle(color) {
return {
color: textColor,
color,
};
}

Expand Down

0 comments on commit 0a39078

Please sign in to comment.