Skip to content

Commit

Permalink
🎨 Updated Metatdata
Browse files Browse the repository at this point in the history
  • Loading branch information
shub39 committed Oct 13, 2024
1 parent 1c13688 commit 7f440b2
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions app/src/main/java/com/shub39/rush/ui/component/ErrorCard.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import androidx.compose.foundation.layout.size
import androidx.compose.material3.Button
import androidx.compose.material3.ButtonDefaults
import androidx.compose.material3.Icon
import androidx.compose.material3.MaterialTheme
import androidx.compose.material3.Text
import androidx.compose.runtime.Composable
import androidx.compose.ui.Alignment
Expand Down Expand Up @@ -42,16 +41,16 @@ fun ErrorCard(

Text(
text = stringResource(id = R.string.error),
color = MaterialTheme.colorScheme.secondary
color = colors.first
)

Spacer(Modifier.padding(4.dp))

Button(
onClick = { rushViewModel.retry() },
colors = ButtonDefaults.buttonColors(
containerColor = colors.second,
contentColor = colors.first
containerColor = colors.first,
contentColor = colors.second
)
) {
Text(stringResource(R.string.try_again))
Expand Down
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/7.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified fastlane/metadata/android/en-US/images/phoneScreenshots/8.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7f440b2

Please sign in to comment.