fix done button color in the darkmode and lightmode

pull/1837/head
Saeed Noshadi 3 years ago
parent b3cf9050bb
commit 44111bb11f

@ -287,7 +287,7 @@ private fun LazyListScope.InterestsSelection(
) {
Text(
text = stringResource(R.string.done),
color = MaterialTheme.colorScheme.onPrimary
style = MaterialTheme.typography.bodyMedium
)
}
}

@ -18,6 +18,7 @@ package com.google.samples.apps.nowinandroid.feature.foryou
import androidx.lifecycle.SavedStateHandle
import app.cash.turbine.test
import app.cash.turbine.test
import com.google.samples.apps.nowinandroid.core.model.data.Author
import com.google.samples.apps.nowinandroid.core.model.data.FollowableAuthor
import com.google.samples.apps.nowinandroid.core.model.data.FollowableTopic

Loading…
Cancel
Save