Add new accent Deep blue

This commit is contained in:
Rahul Kumar Patel
2021-02-16 08:55:43 +05:30
parent a3ea1856c5
commit a17d312dc7
6 changed files with 16 additions and 2 deletions

View File

@@ -183,6 +183,7 @@ object CommonUtil {
10 -> R.style.Accent10
11 -> R.style.Accent11
12 -> R.style.Accent12
13 -> R.style.Accent13
else -> R.style.Accent01
}
}