-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ANDROAPP-5486-mobile-ui-Bottom-Sheet-Shell #61
Conversation
e119f14
to
f421c18
Compare
@@ -14,6 +14,7 @@ enum class Components(val label: String) { | |||
INPUT_NUMBER("Input Number"), | |||
INPUT_LETTER("Input Letter"), | |||
BOTTOM_SHEET_HEADER("Bottom Sheet Header"), | |||
BOTTOM_SHEET("Bottom Sheet "), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same here, what about merge it with the header?
@@ -122,6 +122,28 @@ fun IconButton( | |||
} | |||
} | |||
|
|||
@Composable | |||
fun BottomSheetIconButton( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we reusing this button?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this button will be reused for all bottomSheet variations but I could probably make it internal
designsystem/src/commonMain/kotlin/org/hisp/dhis/mobile/ui/designsystem/theme/TextColor.kt
Show resolved
Hide resolved
f421c18
to
4e1a21f
Compare
…iss, styles modified
…emove unnecessary dependencies
1a382c6
to
a23b1fb
Compare
No description provided.