Skip to content

Commit

Permalink
comment updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Pujan92 committed Sep 6, 2023
1 parent ca83280 commit 4b45471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/StyleUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1181,7 +1181,7 @@ function getDropDownButtonHeight(buttonSize: ButtonSizeValue): ViewStyle | CSSPr
}

/**
* Get transparent color by setting alpha value 0 of the passed color
* Get transparent color by setting alpha value 0 of the passed hex(#xxxxxx) color code
*/
function getTransparentColor(color: string) {
return `${color}00`;
Expand Down

0 comments on commit 4b45471

Please sign in to comment.