Reduce elevation.

This commit is contained in:
Benoit Marty
2023-07-03 14:39:48 +02:00
committed by Benoit Marty
parent 0b358d1e16
commit 5ef444e7f2

View File

@@ -39,6 +39,7 @@ import androidx.compose.foundation.lazy.rememberLazyListState
import androidx.compose.foundation.shape.CircleShape
import androidx.compose.material.icons.Icons
import androidx.compose.material.icons.filled.ArrowDownward
import androidx.compose.material3.FloatingActionButtonDefaults
import androidx.compose.runtime.Composable
import androidx.compose.runtime.LaunchedEffect
import androidx.compose.runtime.derivedStateOf
@@ -278,6 +279,7 @@ internal fun BoxScope.TimelineScrollHelper(
}
}
},
elevation = FloatingActionButtonDefaults.elevation(4.dp, 4.dp, 4.dp, 4.dp),
shape = CircleShape,
modifier = Modifier
.size(36.dp),