Skip to content

Commit

Permalink
Merge pull request #32425 from software-mansion-labs/wave8/lhn-style
Browse files Browse the repository at this point in the history
[Wave8] Change design of OptionRowLHN
  • Loading branch information
mountiny authored Dec 6, 2023
2 parents bbe73ef + 36f9d93 commit 27cb3f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/LHNOptionsList/OptionRowLHN.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ function OptionRowLHN(props) {
styles.alignItemsCenter,
styles.justifyContentBetween,
styles.sidebarLink,
styles.sidebarLinkInner,
styles.sidebarLinkInnerLHN,
StyleUtils.getBackgroundColorStyle(theme.sidebar),
props.isFocused ? styles.sidebarLinkActive : null,
(hovered || isContextMenuActive) && !props.isFocused ? props.hoverStyle || styles.sidebarLinkHover : null,
Expand Down
2 changes: 2 additions & 0 deletions src/styles/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1492,6 +1492,8 @@ const styles = (theme: ThemeColors) =>
flexDirection: 'row',
paddingLeft: 8,
paddingRight: 8,
marginHorizontal: 12,
borderRadius: variables.componentBorderRadiusNormal,
},

sidebarLinkText: {
Expand Down

0 comments on commit 27cb3f7

Please sign in to comment.