Skip to content

Commit

Permalink
Readd icon bg.
Browse files Browse the repository at this point in the history
  • Loading branch information
Yttehs authored and Yttehs committed Mar 23, 2024
1 parent 67d7b9f commit ff992e1
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ import androidx.compose.runtime.remember
import androidx.compose.runtime.setValue
import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.graphics.Color
import androidx.compose.ui.graphics.vector.ImageVector
import androidx.compose.ui.platform.LocalClipboardManager
import androidx.compose.ui.text.AnnotatedString
Expand Down Expand Up @@ -389,7 +388,7 @@ fun DataTransportUnit(
modifier = Modifier
.align(Alignment.CenterVertically)
.background(
color = Color.Transparent,
color = MaterialTheme.colorScheme.inverseOnSurface,
shape = RoundedCornerShape(90f)
),
imageVector =
Expand Down

0 comments on commit ff992e1

Please sign in to comment.