Merge branch 'develop' into feature/member
修改
This commit is contained in:
commit
1ab75f4701
@ -1,5 +1,6 @@
|
||||
package com.yovinchen.bookkeeping.ui.components
|
||||
|
||||
import android.annotation.SuppressLint
|
||||
import androidx.compose.foundation.background
|
||||
import androidx.compose.foundation.clickable
|
||||
import androidx.compose.foundation.layout.*
|
||||
@ -123,6 +124,7 @@ fun MonthYearPickerDialog(
|
||||
}
|
||||
}
|
||||
|
||||
@SuppressLint("DefaultLocale")
|
||||
@Composable
|
||||
fun MonthlyStatistics(
|
||||
totalIncome: Double,
|
||||
|
Loading…
Reference in New Issue
Block a user