Skip to content

Commit

Permalink
ui: use skip next icon
Browse files Browse the repository at this point in the history
  • Loading branch information
plateaukao committed Oct 2, 2024
1 parent 4399a04 commit 44b52f2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import androidx.compose.material.icons.filled.KeyboardArrowDown
import androidx.compose.material.icons.filled.Pause
import androidx.compose.material.icons.filled.PlayArrow
import androidx.compose.material.icons.filled.Stop
import androidx.compose.material.icons.outlined.FastForward
import androidx.compose.material.icons.outlined.SkipNext
import androidx.compose.runtime.Composable
import androidx.compose.runtime.collectAsState
import androidx.compose.runtime.mutableIntStateOf
Expand Down Expand Up @@ -418,7 +418,7 @@ fun TtsDialogButtonBar(
modifier = Modifier.wrapContentWidth()
) {
Icon(
Icons.Outlined.FastForward,
Icons.Outlined.SkipNext,
"Next Article",
tint = MaterialTheme.colors.onBackground
)
Expand Down

0 comments on commit 44b52f2

Please sign in to comment.