Remove useless Immutable annotation
This commit is contained in:
committed by
Benoit Marty
parent
5e7437e827
commit
e6cd8d5fb5
@@ -26,7 +26,6 @@ import androidx.compose.ui.graphics.Color
|
||||
/**
|
||||
* This class holds all the semantic tokens of the Compound theme.
|
||||
*/
|
||||
@Immutable
|
||||
data class SemanticColors(
|
||||
/** Background colour for accent or brand actions. State: Hover */
|
||||
val bgAccentHovered: Color,
|
||||
|
||||
Reference in New Issue
Block a user