Skip to content

Commit eda373c

Browse files
committed
[beta] 🔧 updated changelog
* fixed actions alignment
1 parent 7f18c0a commit eda373c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- Redid all icons. (reason)[https://x.com/riggaroo/status/1971485475866341530?s=20]
66
- Fixed Synced lyrics anchoring to the bottom (#199)
77
- Added Scale to the current synced lyric
8+
- Added google sans font (#206)
89
- Added Controls for media (#204)
910
- Added Action bar in landscape mode (#210)
1011
- All screens are now usable in landscape mode and larger devices.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
- [x] Download Lyrics
1919
- [x] Share Lyrics
2020
- [x] Customisations
21-
- [x] Auto-fill current playing song in search
21+
- [x] Autofill current playing song in search
2222
- [x] Synced Lyrics
2323
- [x] Import and Export saved lyrics
2424

app/src/main/java/com/shub39/rush/presentation/saved/component/SavedPageActions.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ fun SavedPageActions(
3030
onNavigateToLyrics: () -> Unit,
3131
modifier: Modifier = Modifier
3232
) {
33-
3433
@Composable
3534
fun Buttons() {
3635
if (notificationAccess) {
@@ -67,7 +66,7 @@ fun SavedPageActions(
6766
if (isRow) {
6867
Row(
6968
modifier = modifier,
70-
verticalAlignment = Alignment.CenterVertically,
69+
verticalAlignment = Alignment.Bottom,
7170
horizontalArrangement = Arrangement.spacedBy(8.dp)
7271
) {
7372
Buttons()

0 commit comments

Comments
 (0)