Skip to content

Commit

Permalink
fix(wallet): specify subfolder in tailwind content (#1952)
Browse files Browse the repository at this point in the history
  • Loading branch information
VmMad authored Aug 21, 2024
1 parent 66eab8a commit fa846db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/wallet/tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { uiKitStaticPreset } from '@iota/apps-ui-kit';

export default {
presets: [preset, uiKitStaticPreset],
content: ['./src/**/*.{js,jsx,ts,tsx}', './node_modules/@iota/apps-ui-kit/**/*.js'],
content: ['./src/**/*.{js,jsx,ts,tsx}', './node_modules/@iota/apps-ui-kit/dist/**/*.js'],
theme: {
extend: {
colors: {
Expand Down

0 comments on commit fa846db

Please sign in to comment.