Skip to content

Commit

Permalink
yarn run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kobakazu0429 committed Nov 6, 2023
1 parent f4cbd33 commit 2110e50
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/SettingModal/index.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
]);
type DropdownEvent = Parameters<
NonNullable<Parameters<typeof Dropdown["prototype"]["$on"]>[1]>
NonNullable<Parameters<(typeof Dropdown)["prototype"]["$on"]>[1]>
>[0];
const onSelectLanguage = (e: DropdownEvent) => {
Expand Down
5 changes: 3 additions & 2 deletions src/components/TestContent.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@
</Tile>

<style>
:global(.bx--structured-list-tbody
.bx--structured-list-row):not(:last-child) {
:global(.bx--structured-list-tbody .bx--structured-list-row):not(
:last-child
) {
border-bottom: 1px solid #c6c6c6;
}
</style>

0 comments on commit 2110e50

Please sign in to comment.