Skip to content

Commit

Permalink
[Fix:workshop] tap-highlight 효과 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
hoqn committed Oct 16, 2023
1 parent 14b3418 commit 5614f1c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions apps/workshop/.storybook/global.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* {
-webkit-tap-highlight-color: transparent;
}
2 changes: 2 additions & 0 deletions apps/workshop/.storybook/preview.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import "./global.css";

import type { Preview } from "@storybook/react";

const preview: Preview = {
Expand Down

0 comments on commit 5614f1c

Please sign in to comment.