From c3529a07f7d8f6572d17ca375a507713e732f491 Mon Sep 17 00:00:00 2001 From: Srinath Date: Thu, 5 Feb 2026 15:55:58 +0530 Subject: [PATCH] Shortcut icon style --- .../Components/UtillComponents/ShortcutKeyHelper.jsx | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/Pages/BookingScreen/Components/UtillComponents/ShortcutKeyHelper.jsx b/src/Pages/BookingScreen/Components/UtillComponents/ShortcutKeyHelper.jsx index b314106..9166a96 100644 --- a/src/Pages/BookingScreen/Components/UtillComponents/ShortcutKeyHelper.jsx +++ b/src/Pages/BookingScreen/Components/UtillComponents/ShortcutKeyHelper.jsx @@ -2,10 +2,8 @@ import React, { useState } from 'react'; import { List, Typography, Tooltip } from 'antd'; import { FaKeyboard } from 'react-icons/fa'; import { DefaultModal } from '../../../../Components/Modal/DefaultModal'; - const { Title, Text } = Typography; - -const ShortcutKeyHelper = ({}) => { +const ShortcutKeyHelper = ({ }) => { const [isModalOpen, setIsModalOpen] = useState(false); const shortcuts = [ @@ -32,8 +30,7 @@ const ShortcutKeyHelper = ({}) => { gap: '5px', padding: '5px 10px', borderRadius: '4px', - backgroundColor: '#f0f0f0', - fontSize: '14px', + fontSize: '18px', }} >