- Full implementation of tab bar next to logo in mobile client
- Customisation option in Tenant Make - Splitting all controls in the newly created tabs
This commit is contained in:
@@ -44,6 +44,11 @@
|
||||
--human-message-background: {{ customisation.human_message_background|default('#ffffff') }};
|
||||
--human-message-text-color: {{ customisation.human_message_text_color|default('#212529') }};
|
||||
|
||||
/* Mobe Tab Bar Colors */
|
||||
--tab-background: {{ customisation.tab_background|default('#0a0a0a') }};
|
||||
--tab-icon-active-color: {{ customisation.tab_icon_active_color|default('#ffffff') }};
|
||||
--tab-icon-inactive-color: {{ customisation.tab_icon_inactive_color|default('#f0f0f0') }};
|
||||
|
||||
}
|
||||
</style>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user