Skip to content

Latest commit

 

History

History
45 lines (23 loc) · 2.31 KB

Guide-to-change-app-colors.md

File metadata and controls

45 lines (23 loc) · 2.31 KB

How to change app colors

0304050607

  • Go to app/config

01

  • From here you can change the app background color by changing the value of appBackgroundColor

10

1112131415

  • You can change the app panel background color by changing the value of panelBackgroundColor

16

1819202122

  • You can change the app panel icon background color by changing the value of bottomNavigationBar

23

25

26

27

28

29

  • You can change the app primary text color by changing the value of primaryTextColorApp

30

3233343536

  • And finally, you can change the app secondary text color by changing the value of primaryText

37

3940414243