Skip to content

Commit

Permalink
docs: fix mistake in jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRivers committed Jan 10, 2025
1 parent 8acc264 commit 06a65c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ const borderRadiusValid = (...radii: (string | undefined)[]) =>
* @param {string} params.primaryButtonColor - The color for primary buttons.
* @param {string} params.cardBorderRadius - The border radius for cards.
* @param {string} params.inputBorderRadius - The border radius for input fields.
* @returns {void}
* @returns {string} A string of CSS custom properties
*/
export const setKindeDesignerCustomProperties = ({
baseBackgroundColor,
Expand Down

0 comments on commit 06a65c0

Please sign in to comment.