Skip to content

Commit

Permalink
missed one
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonjd authored Aug 15, 2024
1 parent 6ad89a8 commit b42393f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/style-engine/src/styles/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export function generateBoxRules(
* @return A CSS var value.
*/

export function getCSSValueFromRawStyle< RawStyleValue = string >(
export function getCSSValueFromRawStyle< StyleValue = string >(
styleValue: StyleValue
): StyleValue {
if (
Expand Down

0 comments on commit b42393f

Please sign in to comment.