File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
app/src/main/java/com/machiav3lli/backup/ui/navigation Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ import androidx.compose.foundation.layout.Arrangement
1313import androidx.compose.foundation.layout.Column
1414import androidx.compose.foundation.layout.Row
1515import androidx.compose.foundation.layout.RowScope
16- import androidx.compose.foundation.layout.fillMaxSize
1716import androidx.compose.foundation.layout.padding
1817import androidx.compose.foundation.layout.size
1918import androidx.compose.foundation.pager.HorizontalPager
@@ -117,7 +116,6 @@ fun RowScope.AltNavBarItem(
117116 horizontalArrangement = Arrangement .Center ,
118117 ) {
119118 Column (
120- modifier = modifier.fillMaxSize(),
121119 verticalArrangement = Arrangement .Center ,
122120 horizontalAlignment = Alignment .CenterHorizontally ,
123121 ) {
@@ -139,7 +137,7 @@ fun RowScope.AltNavBarItem(
139137 style = MaterialTheme .typography.bodyMedium,
140138 maxLines = 1 ,
141139 overflow = TextOverflow .Ellipsis ,
142- color = MaterialTheme .colorScheme.onSurface ,
140+ color = iconColor ,
143141 )
144142 }
145143 }
You can’t perform that action at this time.
0 commit comments