split bill: fix gray color
This commit is contained in:
@@ -35,7 +35,7 @@ export interface GiftDetailsType {
|
||||
|
||||
interface CartState {
|
||||
items: CartItem[];
|
||||
tmp: unknown;
|
||||
tmp: any;
|
||||
specialRequest: string;
|
||||
location: LocationData | null;
|
||||
roomDetails: RoomDetailsType | null;
|
||||
|
||||
Reference in New Issue
Block a user