Skip to content

Commit

Permalink
fix: relative url in css (#529)
Browse files Browse the repository at this point in the history
  • Loading branch information
matttdawson authored Feb 2, 2025
1 parent fce6380 commit f15c5d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/styles/GridTheme.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@use "../../node_modules/@linzjs/lui/dist/scss/Core" as lui;
@use "@linzjs/lui/dist/scss/Core" as lui;
@use "ag-grid-community/styles" as ag;

// ag-grid likes to add 1px to this, so we subtract to compensate
Expand Down

0 comments on commit f15c5d7

Please sign in to comment.