Skip to content

Commit

Permalink
fix: remove prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
quangdz1704 committed Jul 12, 2024
1 parent 3186ab6 commit 17dc79f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ registry('ping-tx-dialog', TxDialog);
registry('ping-connect-wallet', ConnectWallet);
registry('ping-token-convert', TokenConvert);

// import './main.css';
import './main.css';

export default {
version: '0.0.5',
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @type {import('tailwindcss').Config} */
export default {
prefix: 'ow-',
// prefix: 'ow-',
darkMode: ['class'],
content: [
'./index.html',
Expand Down

0 comments on commit 17dc79f

Please sign in to comment.