Skip to content

Commit 5503d97

Browse files
committed
fix: Updated drag and drop to use the correct glass theme.
1 parent e8f083e commit 5503d97

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/react-drag-drop/src/components/DragDrop/DragDropContainer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ export const DragDropContainer: React.FunctionComponent<DragDropContainerProps>
275275
style={
276276
{
277277
'--pf-v6-c-draggable--m-dragging--BackgroundColor':
278-
'var(--pf-t--global--background--color--primary--default)'
278+
'var(--pf-t--global--background--color--floating--default)'
279279
} as React.CSSProperties
280280
}
281281
>

packages/react-icons/scripts/icons/pfToRhIcons.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const pfToRhIcons = {
7272
FolderIcon: { name: 'rh-ui-folder', icon: getIconData('rh-ui-folder') },
7373
FolderOpenIcon: { name: 'rh-ui-folder-open', icon: getIconData('rh-ui-folder-open') },
7474
GripHorizontalIcon: { name: 'rh-ui-grip-horizontal', icon: getIconData('rh-ui-grip-horizontal') },
75-
GripVerticalIcon: { name: 'rh-ui-grip-vertical', icon: getIconData('rh-ui-grip-vertical') },
75+
GripVerticalIcon: { name: 'rh-ui-grip-vertical-fill', icon: getIconData('rh-ui-grip-vertical-fill') },
7676
HistoryIcon: { name: 'rh-ui-history', icon: getIconData('rh-ui-history') },
7777
HomeIcon: { name: 'rh-ui-home', icon: getIconData('rh-ui-home') },
7878
ImageIcon: { name: 'rh-ui-image', icon: getIconData('rh-ui-image') },

0 commit comments

Comments
 (0)