Skip to content

Commit

Permalink
Merge branch 'borealis/kbn-grid-layout/replace-euiThemeVars-usage' of h…
Browse files Browse the repository at this point in the history
…ttps://github.com/cqliu1/kibana into borealis/kbn-grid-layout/replace-euiThemeVars-usage
  • Loading branch information
cqliu1 committed Dec 19, 2024
2 parents cf55789 + 8271477 commit 11393e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kbn-grid-layout/grid/grid_row/grid_row.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const GridRow = forwardRef<HTMLDivElement, GridRowProps>(
linear-gradient(to bottom, ${gridColor} 1px, transparent 1px)`;
rowRef.style.backgroundColor = `${transparentize(
euiTheme.colors.backgroundLightAccentSecondary,
0.25
0.25
)}`;
} else {
// undo any "targetted row" styles
Expand Down

0 comments on commit 11393e4

Please sign in to comment.