File tree Expand file tree Collapse file tree
android/app/src/main/java/com/clhs/score/ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ import androidx.compose.foundation.layout.fillMaxSize
2525import androidx.compose.foundation.layout.fillMaxWidth
2626import androidx.compose.foundation.layout.height
2727import androidx.compose.foundation.layout.heightIn
28+ import androidx.compose.foundation.layout.offset
2829import androidx.compose.foundation.layout.padding
2930import androidx.compose.foundation.layout.size
3031import androidx.compose.foundation.layout.statusBars
@@ -1911,7 +1912,7 @@ private fun DrawerSchoolActions(
19111912 )
19121913 Text (
19131914 text = today.toString(),
1914- modifier = Modifier .padding(top = 7 .dp),
1915+ modifier = Modifier .offset(y = 5 .dp),
19151916 style = MaterialTheme .typography.labelSmall.copy(
19161917 fontSize = 9 .sp,
19171918 lineHeight = 9 .sp,
You can’t perform that action at this time.
0 commit comments