You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: libraries/designsystem/src/main/kotlin/io/element/android/libraries/designsystem/atomic/atoms/ElementLogoAtom.kt
-16Lines changed: 0 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -111,16 +111,6 @@ sealed class ElementLogoAtomSize(
111
111
)
112
112
113
113
object Large : ElementLogoAtomSize(
114
-
outerSize = 158.dp,
115
-
logoSize = 110.dp,
116
-
cornerRadius = 44.dp,
117
-
borderWidth = 1.dp,
118
-
shadowColorDark = Color.Black.copy(alpha = 0.4f),
119
-
shadowColorLight = Color(0x401B1D22),
120
-
shadowRadius = 32.dp,
121
-
)
122
-
123
-
object Huge : ElementLogoAtomSize(
124
114
outerSize = 158.dp,
125
115
logoSize = 110.dp,
126
116
cornerRadius = 44.dp,
@@ -181,12 +171,6 @@ internal fun ElementLogoAtomLargePreview() {
0 commit comments