Skip to content

Commit

Permalink
Changed the icon of clear button in debugger to trash icon (#9528)
Browse files Browse the repository at this point in the history
  • Loading branch information
manishkushare committed Apr 29, 2024
1 parent c493ac8 commit 9757128
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -10,13 +10,13 @@ export const SidebarDebuggerHeader = ({ darkMode, clearErrorLogs, setPinned, pin
<div className="d-flex justify-content-end" style={{ gap: '2px' }}>
<ButtonSolid
onClick={clearErrorLogs}
leftIcon="alignright"
leftIcon="trash"
variant="tertiary"
className="tj-text-xsm left-sidebar-header-btn"
style={{ width: '76px', height: '28px' }}
iconWidth="20"
iconWidth="14"
title={'Clear'}
fill={`var(--slate12)`}
fill={`var(--icons-strong)`}
>
Clear
</ButtonSolid>
Expand Down

0 comments on commit 9757128

Please sign in to comment.