File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
feature/splash/src/main/kotlin/com/ninecraft/booket/splash Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ import androidx.compose.ui.Modifier
1717import androidx.compose.ui.graphics.Color
1818import androidx.compose.ui.res.painterResource
1919import androidx.compose.ui.res.stringResource
20+ import androidx.compose.ui.text.style.TextAlign
2021import androidx.compose.ui.unit.dp
2122import com.ninecraft.booket.core.designsystem.DevicePreview
2223import com.ninecraft.booket.core.designsystem.theme.ReedTheme
@@ -68,6 +69,7 @@ fun SplashUi(
6869 Text (
6970 text = stringResource(R .string.splash_title),
7071 color = ReedTheme .colors.contentInverse,
72+ textAlign = TextAlign .Center ,
7173 style = ReedTheme .typography.heading2SemiBold,
7274 )
7375 Spacer (Modifier .height(ReedTheme .spacing.spacing8))
You can’t perform that action at this time.
0 commit comments