Skip to content

Commit

Permalink
fix(recormacroeditormodal): fixed the button width in Macro Editor
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagohernandez committed Aug 28, 2023
1 parent a7d6d2e commit df05bb8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/renderer/modules/Macros/RecordMacroModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ const Styles = Styled.div`
align-items: center;
margin-bottom: 2px;
white-space: nowrap;
width: 100%;
svg {
color: ${({ theme }) => theme.styles.tabButton.svgColor};
}
Expand Down

0 comments on commit df05bb8

Please sign in to comment.