Skip to content

Commit

Permalink
#313 [delete] LocalShapes 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
murjune committed Sep 14, 2023
1 parent c48850b commit 6f895d8
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,12 @@ import androidx.compose.material.Button
import androidx.compose.material.Divider
import androidx.compose.material.DropdownMenu
import androidx.compose.material.MaterialTheme
import androidx.compose.material.Shapes
import androidx.compose.material.Text
import androidx.compose.runtime.Composable
import androidx.compose.runtime.getValue
import androidx.compose.runtime.mutableStateOf
import androidx.compose.runtime.remember
import androidx.compose.runtime.setValue
import androidx.compose.runtime.staticCompositionLocalOf
import androidx.compose.ui.Alignment
import androidx.compose.ui.Modifier
import androidx.compose.ui.platform.LocalConfiguration
Expand All @@ -37,7 +35,6 @@ import hous.release.designsystem.theme.HousTheme

private val MinMenuWidth = 139.dp
private val DropdownDividerPadding = 14.dp
private val LocalShapes = staticCompositionLocalOf { Shapes() }

@Composable
fun MainRuleDropDownMenu(
Expand Down

0 comments on commit 6f895d8

Please sign in to comment.