Skip to content

Commit

Permalink
Rewrite OpenSourcePage to M3 (#755)
Browse files Browse the repository at this point in the history
Migrated to M3

Signed-off-by: Arnau Mora <[email protected]>
  • Loading branch information
ArnyminerZ authored May 2, 2024
1 parent 99cf0ec commit c9fd66b
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ import androidx.compose.foundation.layout.height
import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.rememberScrollState
import androidx.compose.foundation.verticalScroll
import androidx.compose.material.Checkbox
import androidx.compose.material.MaterialTheme
import androidx.compose.material.OutlinedButton
import androidx.compose.material.Text
import androidx.compose.material3.Checkbox
import androidx.compose.material3.MaterialTheme
import androidx.compose.material3.OutlinedButton
import androidx.compose.material3.Text
import androidx.compose.runtime.Composable
import androidx.compose.runtime.getValue
import androidx.compose.ui.Alignment
Expand Down Expand Up @@ -126,7 +126,7 @@ class OpenSourcePage : IntroPage {
)
Text(
text = stringResource(R.string.intro_open_source_dont_show),
style = MaterialTheme.typography.body2,
style = MaterialTheme.typography.bodyMedium,
modifier = Modifier
.clickable { onChangeDontShow(!dontShow) }
.weight(1f)
Expand Down

0 comments on commit c9fd66b

Please sign in to comment.