Refactor TabIndex to use fixed dark mode and comment out hotel service in ServicesScreen
- Set color scheme in TabIndex to a fixed 'dark' value for consistent theming. - Commented out the hotel service option in ServicesScreen for potential future redesign.
This commit is contained in:
@@ -24,12 +24,12 @@ export default function ServicesScreen() {
|
||||
icon: <FontAwesome5 name="dollar-sign" size={24} color="#D4AF37" />,
|
||||
onPress: () => setCurrencyModalVisible(true),
|
||||
},
|
||||
{
|
||||
title: i18n.t('Hotel'),
|
||||
name: 'hotelCard',
|
||||
icon: <FontAwesome5 name="hotel" size={24} color="#D4AF37" />,
|
||||
onPress: () => setHotelModalVisible(true),
|
||||
},
|
||||
// {
|
||||
// title: i18n.t('Hotel'),
|
||||
// name: 'hotelCard',
|
||||
// icon: <FontAwesome5 name="hotel" size={24} color="#D4AF37" />,
|
||||
// onPress: () => setHotelModalVisible(true),
|
||||
// },
|
||||
{
|
||||
title: i18n.t('Lost room key'),
|
||||
name: 'lostKey',
|
||||
|
||||
Reference in New Issue
Block a user