Skip to content

Commit 3e23608

Browse files
authored
fix(topbar): increase app icon spacing in v2 drawer trigger (#417)
1 parent 8f8b0bc commit 3e23608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/topbar/src/application-drawer-v2.styles.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export const useApplicationDrawerV2Styles = makeStyles({
2525
width: "26px",
2626
},
2727
drawerTriggerLabel: {
28-
marginLeft: tokens.spacingHorizontalXXS,
28+
marginLeft: "5px",
2929
},
3030
header: {
3131
display: "flex",

0 commit comments

Comments
 (0)