Skip to content

Commit

Permalink
[FEATURE]#74 : DisabledChip 색상 변경
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongjaino committed Aug 4, 2024
1 parent 69b74f4 commit 8e3f506
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ import androidx.compose.ui.res.stringResource
import androidx.compose.ui.unit.dp
import coil.compose.AsyncImage
import coil.request.ImageRequest
import com.bff.wespot.designsystem.theme.Gray400
import com.bff.wespot.designsystem.theme.Gray600
import com.bff.wespot.designsystem.theme.StaticTypeScale
import com.bff.wespot.designsystem.theme.WeSpotThemeManager

Expand Down Expand Up @@ -94,6 +96,8 @@ fun ReservedMessageItem(
colors = FilterChipDefaults.filterChipColors(
containerColor = WeSpotThemeManager.colors.secondaryBtnColor,
labelColor = Color(0xFFF7F7F8),
disabledContainerColor = Gray600,
disabledLabelColor = Gray400,
),
)
}
Expand Down

0 comments on commit 8e3f506

Please sign in to comment.