Skip to content

Commit

Permalink
refactor(query-builder): fix fluent radius
Browse files Browse the repository at this point in the history
  • Loading branch information
desig9stein committed Jan 31, 2025
1 parent e4352d7 commit c55797e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sass/themes/schemas/components/light/_query-builder.scss
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ $material-query-builder: $light-query-builder;
$fluent-query-builder: extend(
$light-query-builder,
(
border-radius: rem(4px),
border-radius: rem(2px),
)
);

Expand Down

0 comments on commit c55797e

Please sign in to comment.