File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
libraries/matrixui/src/main/kotlin/io/element/android/libraries/matrix/ui/components Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 7
7
8
8
package io.element.android.libraries.matrix.ui.components
9
9
10
- import androidx.compose.foundation.border
10
+ import androidx.compose.foundation.BorderStroke
11
11
import androidx.compose.foundation.clickable
12
12
import androidx.compose.foundation.interaction.MutableInteractionSource
13
13
import androidx.compose.foundation.layout.Box
@@ -108,10 +108,11 @@ fun EditableOrgAvatar(
108
108
)
109
109
Surface (
110
110
color = ElementTheme .colors.bgCanvasDefault,
111
+ shape = CircleShape ,
112
+ border = BorderStroke (1 .dp, color = ElementTheme .colors.borderInteractiveSecondary),
111
113
modifier = Modifier
112
114
.clip(CircleShape )
113
115
.size(30 .dp)
114
- .border(1 .dp, color = ElementTheme .colors.borderInteractiveSecondary, shape = CircleShape )
115
116
.align(Alignment .BottomEnd )
116
117
.clickable(
117
118
indication = ripple(),
You can’t perform that action at this time.
0 commit comments