mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-07-26 22:42:17 +00:00
feat: update icon usage in StyleControlsCard for improved subtitle styling
This commit is contained in:
parent
abf0a1a3c1
commit
6bdd907f13
1 changed files with 2 additions and 3 deletions
|
|
@ -18,7 +18,6 @@ import androidx.compose.material.icons.rounded.KeyboardArrowDown
|
|||
import androidx.compose.material.icons.rounded.KeyboardArrowUp
|
||||
import androidx.compose.material.icons.rounded.Remove
|
||||
import androidx.compose.material.icons.rounded.Tune
|
||||
import androidx.compose.material.icons.rounded.FormatSize
|
||||
import androidx.compose.material3.Icon
|
||||
import androidx.compose.material3.MaterialTheme
|
||||
import androidx.compose.material3.Text
|
||||
|
|
@ -99,8 +98,8 @@ private fun StyleControlsCard(
|
|||
buttonSize = btnSize,
|
||||
buttonRadius = btnRadius,
|
||||
minWidth = 58.dp,
|
||||
minusIcon = Icons.Rounded.Remove,
|
||||
plusIcon = Icons.Rounded.FormatSize,
|
||||
minusIcon = Icons.Rounded.KeyboardArrowDown,
|
||||
plusIcon = Icons.Rounded.KeyboardArrowUp,
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue