Skip to content

Commit 5f9d438

Browse files
committed
Merge branch 'main' into rr/tool-entry-point
2 parents 8c6a9d5 + d6b9373 commit 5f9d438

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/src/main/java/live/ditto/dittotoolsapp/MainActivity.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import androidx.compose.foundation.layout.Column
99
import androidx.compose.foundation.layout.fillMaxSize
1010
import androidx.compose.foundation.layout.padding
1111
import androidx.compose.material3.CircularProgressIndicator
12-
import androidx.compose.material3.Divider
12+
import androidx.compose.material3.HorizontalDivider
1313
import androidx.compose.material3.MaterialTheme
1414
import androidx.compose.material3.Surface
1515
import 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
}

0 commit comments

Comments
 (0)