Skip to content

Commit

Permalink
Fix PR after merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmed Elshahawy committed Jan 9, 2024
1 parent cdb8f5e commit e48bb4f
Show file tree
Hide file tree
Showing 14 changed files with 10 additions and 38 deletions.
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[versions]
accompanist = "0.30.1"
android-gradlePlugin = "8.2.0"
android-gradlePlugin = "8.2.1"
androidx-activity = "1.8.2"
androidx-appCompat = "1.6.1"
androidx-compose-bom = "2023.10.01"
Expand All @@ -19,7 +19,7 @@ kotlin = "1.9.20"
kotlinx-coroutines = "1.7.3"
kotlinx-collections-immutable = "0.3.7"
ksp = "1.9.20-1.0.14"
lint = "31.2.0"
lint = "31.2.1"
minCompileSdk = "24"
paparazzi = "1.3.1"
showkase = "1.0.2"
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,14 @@ public enum class IconButtonIntent {
override fun colors(): IntentColor = IntentColors.Danger.colors()
},

/**
* Used informational valuable actions.
*/
Info {
@Composable
override fun colors(): IntentColor = IntentColors.Info.colors()
},

/**
* Used for low or irrelevant actions.
*/
Expand Down

0 comments on commit e48bb4f

Please sign in to comment.