Skip to content

Commit

Permalink
Size.pkcs8 -> Size.medium
Browse files Browse the repository at this point in the history
  • Loading branch information
aerialist7 committed May 2, 2024
1 parent 0bf020b commit 44752a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/karakum/mui/Generator.kt
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ sealed external interface Size {
val small: small
@JsValue("medium")
val pkcs8: medium
val medium: medium
@JsValue("normal")
val normal: normal
Expand Down
2 changes: 1 addition & 1 deletion mui-kotlin/src/jsMain/kotlin/mui/material/Size.kt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ sealed external interface Size {
val small: small

@JsValue("medium")
val pkcs8: medium
val medium: medium

@JsValue("normal")
val normal: normal
Expand Down

0 comments on commit 44752a0

Please sign in to comment.