diff --git a/common/src/desktopMain/kotlin/dev/msfjarvis/claw/common/res/drawable.kt b/common/src/desktopMain/kotlin/dev/msfjarvis/claw/common/res/drawable.kt index f1790c5b..8a1f79fc 100644 --- a/common/src/desktopMain/kotlin/dev/msfjarvis/claw/common/res/drawable.kt +++ b/common/src/desktopMain/kotlin/dev/msfjarvis/claw/common/res/drawable.kt @@ -4,8 +4,8 @@ import androidx.compose.runtime.Composable import androidx.compose.ui.res.painterResource actual val commentIcon - @Composable get() = painterResource("comment_black_24px.svg") + @Composable get() = painterResource("comment_black_24dp.svg") actual val heartIcon - @Composable get() = painterResource("favorite_black_24px.svg") + @Composable get() = painterResource("favorite_black_24dp.svg") actual val heartBorderIcon - @Composable get() = painterResource("favorite_border_black_24px.svg") + @Composable get() = painterResource("favorite_border_black_24dp.svg") diff --git a/common/src/desktopMain/resources/comment_black_24px.svg b/common/src/desktopMain/resources/comment_black_24dp.svg similarity index 100% rename from common/src/desktopMain/resources/comment_black_24px.svg rename to common/src/desktopMain/resources/comment_black_24dp.svg diff --git a/common/src/desktopMain/resources/favorite_black_24px.svg b/common/src/desktopMain/resources/favorite_black_24dp.svg similarity index 100% rename from common/src/desktopMain/resources/favorite_black_24px.svg rename to common/src/desktopMain/resources/favorite_black_24dp.svg diff --git a/common/src/desktopMain/resources/favorite_border_black_24px.svg b/common/src/desktopMain/resources/favorite_border_black_24dp.svg similarity index 100% rename from common/src/desktopMain/resources/favorite_border_black_24px.svg rename to common/src/desktopMain/resources/favorite_border_black_24dp.svg