@@ -108,11 +108,11 @@ const Hotels = () => {
108108 flex : 1 ,
109109 marginRight : '1rem'
110110 } } >
111- < h2 style = { { color : 'white' , fontWeight : '700' , marginBottom : '0.5rem' } } >
111+ < h2 style = { { color : 'white !important ' , fontWeight : '700' , marginBottom : '0.5rem' } } >
112112 < FaBuilding className = "me-2" />
113113 Hotel Branches
114114 </ h2 >
115- < p style = { { marginBottom : 0 , color : 'rgba(255, 255, 255, 0.9)' } } > Manage SkyNest Hotels locations across Sri Lanka</ p >
115+ < p style = { { marginBottom : 0 , color : 'rgba(255, 255, 255, 0.9) !important ' } } > Manage SkyNest Hotels locations across Sri Lanka</ p >
116116 </ div >
117117 < Button
118118 onClick = { ( ) => handleShowModal ( 'add' ) }
@@ -168,7 +168,7 @@ const Hotels = () => {
168168 padding : '1.5rem'
169169 } } >
170170 < div className = "d-flex justify-content-between align-items-center" >
171- < h5 className = "mb-0" style = { { color : 'white' , fontWeight : '600' } } >
171+ < h5 className = "mb-0" style = { { color : 'white !important ' , fontWeight : '600' } } >
172172 < FaBuilding className = "me-2" />
173173 { hotel . name }
174174 </ h5 >
@@ -279,7 +279,7 @@ const Hotels = () => {
279279 borderRadius : '1rem 1rem 0 0' ,
280280 padding : '1.5rem'
281281 } } >
282- < h5 className = "mb-0" style = { { color : 'white' , fontWeight : '700' } } > Hotel Branches Summary</ h5 >
282+ < h5 className = "mb-0" style = { { color : 'white !important ' , fontWeight : '700' } } > Hotel Branches Summary</ h5 >
283283 </ Card . Header >
284284 < Card . Body >
285285 < Table responsive striped hover >
@@ -288,14 +288,14 @@ const Hotels = () => {
288288 borderBottom : '2px solid #0d47a1'
289289 } } >
290290 < tr >
291- < th style = { { padding : '16px' , fontWeight : '600' , color : 'white' , fontSize : '0.85rem' , letterSpacing : '0.5px' , textTransform : 'uppercase' , border : 'none' } } > Hotel Name</ th >
292- < th style = { { padding : '16px' , fontWeight : '600' , color : 'white' , fontSize : '0.85rem' , letterSpacing : '0.5px' , textTransform : 'uppercase' , border : 'none' } } > Location</ th >
293- < th style = { { padding : '16px' , fontWeight : '600' , color : 'white' , fontSize : '0.85rem' , letterSpacing : '0.5px' , textTransform : 'uppercase' , border : 'none' } } > Manager</ th >
294- < th style = { { padding : '16px' , fontWeight : '600' , color : 'white' , fontSize : '0.85rem' , letterSpacing : '0.5px' , textTransform : 'uppercase' , border : 'none' } } > Total Rooms</ th >
295- < th style = { { padding : '16px' , fontWeight : '600' , color : 'white' , fontSize : '0.85rem' , letterSpacing : '0.5px' , textTransform : 'uppercase' , border : 'none' } } > Available</ th >
296- < th style = { { padding : '16px' , fontWeight : '600' , color : 'white' , fontSize : '0.85rem' , letterSpacing : '0.5px' , textTransform : 'uppercase' , border : 'none' } } > Occupancy</ th >
297- < th style = { { padding : '16px' , fontWeight : '600' , color : 'white' , fontSize : '0.85rem' , letterSpacing : '0.5px' , textTransform : 'uppercase' , border : 'none' } } > Status</ th >
298- < th style = { { padding : '16px' , fontWeight : '600' , color : 'white' , fontSize : '0.85rem' , letterSpacing : '0.5px' , textTransform : 'uppercase' , border : 'none' } } > Actions</ th >
291+ < th style = { { padding : '16px' , fontWeight : '600' , color : 'white !important ' , fontSize : '0.85rem' , letterSpacing : '0.5px' , textTransform : 'uppercase' , border : 'none' } } > Hotel Name</ th >
292+ < th style = { { padding : '16px' , fontWeight : '600' , color : 'white !important ' , fontSize : '0.85rem' , letterSpacing : '0.5px' , textTransform : 'uppercase' , border : 'none' } } > Location</ th >
293+ < th style = { { padding : '16px' , fontWeight : '600' , color : 'white !important ' , fontSize : '0.85rem' , letterSpacing : '0.5px' , textTransform : 'uppercase' , border : 'none' } } > Manager</ th >
294+ < th style = { { padding : '16px' , fontWeight : '600' , color : 'white !important ' , fontSize : '0.85rem' , letterSpacing : '0.5px' , textTransform : 'uppercase' , border : 'none' } } > Total Rooms</ th >
295+ < th style = { { padding : '16px' , fontWeight : '600' , color : 'white !important ' , fontSize : '0.85rem' , letterSpacing : '0.5px' , textTransform : 'uppercase' , border : 'none' } } > Available</ th >
296+ < th style = { { padding : '16px' , fontWeight : '600' , color : 'white !important ' , fontSize : '0.85rem' , letterSpacing : '0.5px' , textTransform : 'uppercase' , border : 'none' } } > Occupancy</ th >
297+ < th style = { { padding : '16px' , fontWeight : '600' , color : 'white !important ' , fontSize : '0.85rem' , letterSpacing : '0.5px' , textTransform : 'uppercase' , border : 'none' } } > Status</ th >
298+ < th style = { { padding : '16px' , fontWeight : '600' , color : 'white !important ' , fontSize : '0.85rem' , letterSpacing : '0.5px' , textTransform : 'uppercase' , border : 'none' } } > Actions</ th >
299299 </ tr >
300300 </ thead >
301301 < tbody >
@@ -352,7 +352,7 @@ const Hotels = () => {
352352 color : 'white' ,
353353 border : 'none'
354354 } } >
355- < Modal . Title style = { { color : 'white' , fontWeight : '600' } } >
355+ < Modal . Title style = { { color : 'white !important ' , fontWeight : '600' } } >
356356 { modalType === 'add' && 'Add New Hotel Branch' }
357357 { modalType === 'edit' && 'Edit Hotel Branch' }
358358 { modalType === 'view' && 'Hotel Branch Details' }
0 commit comments