mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-24 05:05:39 +00:00
chore: save icon should use yellow color to indicate draft
This commit is contained in:
@@ -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'}`}
|
||||
|
||||
Reference in New Issue
Block a user