Skip to content

Commit

Permalink
Fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
fabienSvstr committed Jan 15, 2024
1 parent f711943 commit a00e984
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/src/components/core/ms-sorter/MsSorter.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ async function onDidDismissPopover(popover: any): Promise<void> {
color: var(--parsec-color-light-primary-700);
height: fit-content;
margin-right: 1rem;
--background-hover:var(--parsec-color-light-secondary-medium);
--background-hover: var(--parsec-color-light-secondary-medium);

&::part(native) {
padding: 0.5rem;
Expand Down
2 changes: 1 addition & 1 deletion client/src/components/core/ms-sorter/MsSorterPopover.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ function onOptionClick(option?: MsOption): void {
}

ion-icon {
margin:0 0 0 1em;
margin: 0 0 0 1em;
font-size: 1.25rem;
}
}
Expand Down

0 comments on commit a00e984

Please sign in to comment.