File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
common/src/commonMain/kotlin/cz/frantisekmasa/wfrp_master/common/character Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ import androidx.compose.material.Text
1414import androidx.compose.material.TopAppBar
1515import androidx.compose.material.icons.Icons
1616import androidx.compose.material.icons.rounded.Add
17- import androidx.compose.material.icons.rounded.ArrowDropDown
1817import androidx.compose.material.icons.rounded.Edit
18+ import androidx.compose.material.icons.rounded.ExpandMore
1919import androidx.compose.runtime.Composable
2020import androidx.compose.runtime.LaunchedEffect
2121import androidx.compose.runtime.getValue
@@ -166,7 +166,7 @@ data class CharacterDetailScreen(
166166 }
167167
168168 if (allCharacters.size > 1 || canAddCharacters) {
169- Icon (Icons .Rounded .ArrowDropDown , null , Modifier .size( 36 .dp) )
169+ Icon (Icons .Rounded .ExpandMore , null )
170170 }
171171 }
172172
You can’t perform that action at this time.
0 commit comments