Skip to content

Commit

Permalink
Reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
Taewan-P committed Oct 8, 2023
1 parent 4bde0cb commit 5e2ff7d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,10 @@ function App() {
}
resistance={3}
>
<div className={`${isDarkMode ? 'dark' : ''} h-full`} onContextMenu={(e) => e.preventDefault()}>
<div
className={`${isDarkMode ? 'dark' : ''} h-full`}
onContextMenu={(e) => e.preventDefault()}
>
<Apps>
<header className="App-header">
<div className="relative">
Expand Down
2 changes: 1 addition & 1 deletion src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@tailwind components;
@tailwind utilities;

@layer base{
@layer base {
body {
-webkit-touch-callout: none;
-webkit-user-select: none;
Expand Down

0 comments on commit 5e2ff7d

Please sign in to comment.