Create room: use secondary tint instead of alpha
This commit is contained in:
parent
ff68974ea3
commit
edb370db3e
3 changed files with 6 additions and 6 deletions
|
|
@ -35,7 +35,6 @@ import androidx.compose.runtime.Composable
|
|||
import androidx.compose.runtime.LaunchedEffect
|
||||
import androidx.compose.ui.Alignment
|
||||
import androidx.compose.ui.Modifier
|
||||
import androidx.compose.ui.draw.alpha
|
||||
import androidx.compose.ui.res.stringResource
|
||||
import androidx.compose.ui.text.font.FontWeight
|
||||
import androidx.compose.ui.tooling.preview.Preview
|
||||
|
|
@ -191,7 +190,8 @@ fun CreateRoomActionButton(
|
|||
verticalAlignment = Alignment.CenterVertically,
|
||||
) {
|
||||
Icon(
|
||||
modifier = Modifier.size(24.dp).alpha(0.5f), // FIXME align on Design system theme (removing alpha should be fine)
|
||||
modifier = Modifier.size(24.dp),
|
||||
tint = MaterialTheme.colorScheme.secondary,
|
||||
resourceId = iconRes,
|
||||
contentDescription = null,
|
||||
)
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40e59c63e74319a67f49851e046ce740d7df0f9483133eb682db2576ec09111f
|
||||
size 21069
|
||||
oid sha256:dffe981836e1070a47cb815275752526e2e81a26ccc1658de8c503016f699afb
|
||||
size 21292
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8178c386d472c8be17547a1b0a2b980b888ea74d4c583d75fe14f4ab49d4c641
|
||||
size 20486
|
||||
oid sha256:1345fb49ea9a7ea7e31086af10755c222c2093ea59c62cf4c6ce291b98c08e5b
|
||||
size 20965
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue