File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/src/main/java/live/ditto/dittotoolsapp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ import androidx.compose.foundation.layout.Column
99import androidx.compose.foundation.layout.fillMaxSize
1010import androidx.compose.foundation.layout.padding
1111import androidx.compose.material3.CircularProgressIndicator
12- import androidx.compose.material3.Divider
12+ import androidx.compose.material3.HorizontalDivider
1313import androidx.compose.material3.MaterialTheme
1414import androidx.compose.material3.Surface
1515import androidx.compose.material3.Text
@@ -123,7 +123,7 @@ private fun DittoError(text: String) {
123123 Text (
124124 text = " Ditto Error" , fontWeight = FontWeight .Bold
125125 )
126- Divider (modifier = Modifier .padding(vertical = 4 .dp))
126+ HorizontalDivider (modifier = Modifier .padding(vertical = 4 .dp))
127127 Text (text = text)
128128 }
129129 }
You can’t perform that action at this time.
0 commit comments