mirror of
https://github.com/mihonapp/mihon.git
synced 2024-10-31 21:20:59 -04:00
12 lines
244 B
Kotlin
12 lines
244 B
Kotlin
package eu.kanade.presentation.components
|
|
|
|
import androidx.compose.ui.unit.dp
|
|
|
|
/**
|
|
* Exposing some internal tokens.
|
|
*
|
|
* @see androidx.compose.material3.tokens.IconButtonTokens
|
|
*/
|
|
object IconButtonTokens {
|
|
val StateLayerSize = 40.0.dp
|
|
}
|