Skip to content

Commit

Permalink
rename webui-range-input css file
Browse files Browse the repository at this point in the history
  • Loading branch information
basher committed Apr 4, 2024
1 parent b9210aa commit 77950c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/src/stylesheets/web-components/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
@use 'webui-modal';
@use 'webui-notify';
@use 'webui-prose';
@use 'webui-range-input-slider';
@use 'webui-range-input';
@use 'webui-share';
@use 'webui-tabs';
@use 'webui-toggle';
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Dependencies.
block-size: var(--slider-height);
}

webui-range-input-slider {
webui-range-input {
output {
margin-inline: auto;
}
Expand Down

0 comments on commit 77950c1

Please sign in to comment.