Skip to content

Commit

Permalink
fix tutorial colors
Browse files Browse the repository at this point in the history
  • Loading branch information
SmartToolFactory committed Aug 18, 2023
1 parent baec5b3 commit 4a2b5cb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1542,7 +1542,7 @@ fun createStateTutorialList(): List<TutorialSectionModel> {
TAG_MOVABLE_CONTENT_OF,
TAG_REMEMBER
),
tagColor = LayoutListColor
tagColor = StateListColor
)

val tutorial4_10_2 = TutorialSectionModel(
Expand All @@ -1558,7 +1558,7 @@ fun createStateTutorialList(): List<TutorialSectionModel> {
TAG_SNAPSHOT_STATE_LIST,
TAG_REMEMBER
),
tagColor = LayoutListColor
tagColor = StateListColor
)

val tutorial4_10_3 = TutorialSectionModel(
Expand All @@ -1573,7 +1573,7 @@ fun createStateTutorialList(): List<TutorialSectionModel> {
TAG_SNAPSHOT_STATE_LIST,
TAG_REMEMBER
),
tagColor = LayoutListColor
tagColor = StateListColor
)

return listOf(
Expand Down

0 comments on commit 4a2b5cb

Please sign in to comment.