Skip to content

Commit

Permalink
update anchor-tree-item as well
Browse files Browse the repository at this point in the history
  • Loading branch information
fredvisser committed Aug 13, 2024
1 parent 9d888b6 commit c9cc5cb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/nimble-components/src/anchor-tree-item/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import {
fillSelectedColor,
bodyFontSize,
bodyDisabledFontColor,
iconColor
iconColor,
treeViewLeftMargin
} from '../theme-provider/design-tokens';
import { focusVisible } from '../utilities/style/focus';
import { userSelectNone } from '../utilities/style/user-select';
Expand Down Expand Up @@ -86,7 +87,7 @@ export const styles = css`
align-items: center;
white-space: nowrap;
width: 100%;
padding-left: 12px;
padding-left: ${treeViewLeftMargin};
font: inherit;
font-size: ${bodyFontSize};
${userSelectNone}
Expand Down

0 comments on commit c9cc5cb

Please sign in to comment.