all: reorganize some composables

This commit is contained in:
Harsh Shandilya 2022-06-27 22:42:19 +05:30
parent 6aff88774b
commit b282e47213
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
14 changed files with 56 additions and 52 deletions

View file

@ -2,10 +2,10 @@ package dev.msfjarvis.claw.android.tests
import androidx.compose.material3.MaterialTheme
import app.cash.paparazzi.Paparazzi
import dev.msfjarvis.claw.android.ui.decorations.MonthHeader
import dev.msfjarvis.claw.common.theme.DarkThemeColors
import dev.msfjarvis.claw.common.theme.LightThemeColors
import java.time.Month
import dev.msfjarvis.claw.common.ui.decorations.MonthHeader
import kotlinx.datetime.Month
import org.junit.Rule
import org.junit.Test

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.7 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

After

Width:  |  Height:  |  Size: 8.3 KiB

Before After
Before After