Skip to content

Commit

Permalink
add style lang directive
Browse files Browse the repository at this point in the history
  • Loading branch information
craigkai committed Aug 9, 2024
1 parent 86a49d9 commit d078d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Teams.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@
</Table.Root>
</div>

<style>
<style lang="postcss">
.action-button {
@apply font-medium text-blue-600 hover:underline;
}
Expand Down

0 comments on commit d078d4b

Please sign in to comment.