mirror of
https://github.com/bitwarden/android.git
synced 2024-11-21 17:05:44 +03:00
Update the search top app bar divider thickness (#4069)
This commit is contained in:
parent
3296477932
commit
028242c4be
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@ import androidx.compose.ui.graphics.Color
|
|||
import androidx.compose.ui.platform.testTag
|
||||
import androidx.compose.ui.res.stringResource
|
||||
import androidx.compose.ui.text.input.ImeAction
|
||||
import androidx.compose.ui.unit.Dp
|
||||
import androidx.compose.ui.unit.dp
|
||||
import com.x8bit.bitwarden.R
|
||||
import com.x8bit.bitwarden.ui.platform.base.util.bottomDivider
|
||||
import com.x8bit.bitwarden.ui.platform.base.util.mirrorIfRtl
|
||||
|
@ -49,7 +49,7 @@ fun BitwardenSearchTopAppBar(
|
|||
TopAppBar(
|
||||
modifier = modifier
|
||||
.testTag(tag = "HeaderBarComponent")
|
||||
.bottomDivider(thickness = Dp.Hairline),
|
||||
.bottomDivider(thickness = (0.5).dp),
|
||||
colors = bitwardenTopAppBarColors(),
|
||||
scrollBehavior = scrollBehavior,
|
||||
navigationIcon = {
|
||||
|
|
Loading…
Reference in a new issue