Skip to content

Commit 355de0a

Browse files
committed
library: Bump version to 0.4.7
1 parent 92905c5 commit 355de0a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

convention-plugins/src/main/kotlin/root.publication.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33

44
allprojects {
55
group = "top.yukonga.miuix.kmp"
6-
version = "0.4.6"
6+
version = "0.4.7"
77
}

miuix/src/commonMain/kotlin/top/yukonga/miuix/kmp/basic/TabRow.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -309,12 +309,12 @@ object TabRowDefaults {
309309
/**
310310
* The default corner radius of the [TabRow].
311311
*/
312-
val TabRowCornerRadius = 8.dp
312+
val TabRowCornerRadius = 12.dp
313313

314314
/**
315315
* The default corner radius of the [TabRow] with contour style.
316316
*/
317-
val TabRowWithContourCornerRadius = 10.dp
317+
val TabRowWithContourCornerRadius = 8.dp
318318

319319
/**
320320
* The default minimum width of the [TabRow].

0 commit comments

Comments
 (0)