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