From a09d5eff56f91668ab30d32e614248e75e1174ac Mon Sep 17 00:00:00 2001 From: Alexandra Ferdinand Date: Fri, 2 Aug 2024 09:19:23 -0400 Subject: [PATCH 1/2] shortgrid updates --- packages/module/src/ShortcutGrid/ShortcutGrid.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/module/src/ShortcutGrid/ShortcutGrid.tsx b/packages/module/src/ShortcutGrid/ShortcutGrid.tsx index 818199e3..41d1b556 100644 --- a/packages/module/src/ShortcutGrid/ShortcutGrid.tsx +++ b/packages/module/src/ShortcutGrid/ShortcutGrid.tsx @@ -15,7 +15,7 @@ export interface ShortcutGridProps extends GridProps { const useStyles = createUseStyles({ shortcutGridItem: { textAlign: 'right', - marginRight: 'var(--pf-v5-global--spacer--sm)' + marginRight: 'var(--pf-t--global--spacer--sm)' } }) From 23803adb28050281c6f30860ecab954c5bb03be1 Mon Sep 17 00:00:00 2001 From: Alexandra Ferdinand Date: Fri, 2 Aug 2024 10:48:54 -0400 Subject: [PATCH 2/2] fix sz --- packages/module/src/ShortcutGrid/ShortcutGrid.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/module/src/ShortcutGrid/ShortcutGrid.tsx b/packages/module/src/ShortcutGrid/ShortcutGrid.tsx index 41d1b556..e7940371 100644 --- a/packages/module/src/ShortcutGrid/ShortcutGrid.tsx +++ b/packages/module/src/ShortcutGrid/ShortcutGrid.tsx @@ -15,7 +15,7 @@ export interface ShortcutGridProps extends GridProps { const useStyles = createUseStyles({ shortcutGridItem: { textAlign: 'right', - marginRight: 'var(--pf-t--global--spacer--sm)' + marginRight: 'var(--pf-t--global--spacer--md)' } })