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:
Mekan1206
2025-09-17 19:20:03 +05:00
parent 4a92077786
commit acddbf48f0
2 changed files with 7 additions and 8 deletions

View File

@@ -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',