We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents accab4e + bc127d8 commit 92183f5Copy full SHA for 92183f5
app/src/main/java/com/getcode/view/main/tip/RequestTipScreen.kt
@@ -35,6 +35,7 @@ import com.getcode.navigation.core.LocalCodeNavigator
35
import com.getcode.theme.Brand
36
import com.getcode.theme.BrandSubtle
37
import com.getcode.theme.CodeTheme
38
+import com.getcode.theme.extraSmall
39
import com.getcode.ui.components.ButtonState
40
import com.getcode.ui.components.CodeButton
41
import com.getcode.ui.components.Row
@@ -111,7 +112,7 @@ private fun TweetPreview(
111
112
) {
113
Row(
114
modifier = Modifier
- .background(BrandSubtle, shape = CodeTheme.shapes.small)
115
+ .background(BrandSubtle, shape = CodeTheme.shapes.extraSmall)
116
.padding(CodeTheme.dimens.inset)
117
.then(modifier),
118
0 commit comments