chore: save icon should use yellow color to indicate draft

This commit is contained in:
Anoop M D 2023-11-18 08:29:53 +05:30
parent e96da632b2
commit f8c23ed6da

View File

@ -80,7 +80,7 @@ const QueryUrl = ({ item, collection, handleRun }) => {
}}
>
<IconDeviceFloppy
color={item.draft ? theme.colors.text.purple : theme.requestTabs.icon.color}
color={item.draft ? theme.colors.text.yellow : theme.requestTabs.icon.color}
strokeWidth={1.5}
size={22}
className={`${item.draft ? 'cursor-pointer' : 'cursor-default'}`}