mirror of
https://github.com/bitwarden/android.git
synced 2026-03-25 15:51:22 -05:00
BIT-1943: ResetPasswordScreen was missing navigation bar padding (#1052)
This commit is contained in:
committed by
Álison Fernandes
parent
294c879e48
commit
d86a8e6228
@@ -6,6 +6,7 @@ import androidx.compose.foundation.layout.fillMaxSize
|
||||
import androidx.compose.foundation.layout.fillMaxWidth
|
||||
import androidx.compose.foundation.layout.height
|
||||
import androidx.compose.foundation.layout.imePadding
|
||||
import androidx.compose.foundation.layout.navigationBarsPadding
|
||||
import androidx.compose.foundation.layout.padding
|
||||
import androidx.compose.foundation.rememberScrollState
|
||||
import androidx.compose.foundation.verticalScroll
|
||||
@@ -241,6 +242,6 @@ private fun ResetPasswordScreeContent(
|
||||
.padding(horizontal = 16.dp),
|
||||
)
|
||||
|
||||
Spacer(modifier = Modifier.height(24.dp))
|
||||
Spacer(modifier = Modifier.navigationBarsPadding())
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user