Skip to content

Commit

Permalink
For issue: mozilla-mobile#16396 Fix text contrast ratio on "recently …
Browse files Browse the repository at this point in the history
…closed tabs" from history
  • Loading branch information
fevziomurtekin committed Jan 23, 2021
1 parent ea7e8e4 commit c396e78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class HistoryListItemViewHolder(
}

companion object {
const val DELETE_BUTTON_DISABLED_ALPHA = 0.4f
const val DELETE_BUTTON_DISABLED_ALPHA = 0.7f
const val LAYOUT_ID = R.layout.history_list_item
}
}

0 comments on commit c396e78

Please sign in to comment.