Skip to content

Commit

Permalink
Opt-in to primevue css layer
Browse files Browse the repository at this point in the history
Allows using a selector with all: revert-layer to isolate arches CSS
  • Loading branch information
jacobtylerwalls committed Aug 13, 2024
1 parent e53594a commit b75e002
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/src/arches/theme.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export const DEFAULT_THEME = {
options: {
prefix: "p",
darkModeSelector: "system",
cssLayer: false,
cssLayer: true,
},
},
};

0 comments on commit b75e002

Please sign in to comment.