Skip to content

Commit

Permalink
run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
ejcheng committed Nov 30, 2024
1 parent 701a573 commit d7ec5ca
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Modals/Onboarding/Onboarding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,7 @@ input {
max-height: 150px;
overflow: auto;

margin-top: 5.0px;
margin-top: 5px;

&-item {
height: 2.25rem;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,12 @@
<script lang="ts">
import { PropType, defineComponent } from 'vue';
import { clickOutside } from '@/utilities';
import { inactiveGray, yuxuanBlue, lightPlaceholderGray, upsideDown } from '@/assets/constants/scss-variables';
import {
inactiveGray,
yuxuanBlue,
lightPlaceholderGray,
upsideDown,
} from '@/assets/constants/scss-variables';
export default defineComponent({
props: {
Expand Down

0 comments on commit d7ec5ca

Please sign in to comment.