Skip to content

Commit

Permalink
Added spacer to fix
Browse files Browse the repository at this point in the history
  • Loading branch information
lavafrai committed Feb 8, 2024
1 parent 6268ed4 commit ab29f9a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ package ru.lavafrai.maiapp.ui.fragments.schedule

import androidx.compose.foundation.clickable
import androidx.compose.foundation.layout.Column
import androidx.compose.foundation.layout.Spacer
import androidx.compose.foundation.layout.fillMaxWidth
import androidx.compose.foundation.layout.height
import androidx.compose.foundation.layout.padding
import androidx.compose.foundation.rememberScrollState
import androidx.compose.foundation.verticalScroll
Expand Down Expand Up @@ -54,6 +56,8 @@ fun WeekSelector(
PairName(text = week.number.toString())
})
}

Spacer(modifier = Modifier.height(32.dp))
}
}
}

0 comments on commit ab29f9a

Please sign in to comment.