Skip to content

Commit

Permalink
fix color
Browse files Browse the repository at this point in the history
  • Loading branch information
hermannakos committed Sep 19, 2022
1 parent 109586e commit 9979c2f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ abstract class ShareExtensionActivity : AppCompatActivity() {
ViewStyler.setStatusBarDark(this, color)
color
} else {
val color = ContextCompat.getColor(this, R.color.login_studentAppTheme)
val color = ContextCompat.getColor(this, R.color.studentDocumentSharingColor)
ViewStyler.setStatusBarDark(this, color)
color
}
Expand Down

0 comments on commit 9979c2f

Please sign in to comment.