fix(ui): inherit the theme collision fixes from plugin-kit 0.1.3
The text-secondary re-point moved into the kit's theme.css (every plugin hits it), joined there by the card-ring softening the console does in its own Card wrapper. The SPA's stylesheet is back to imports only. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
+5
-1
@@ -2,7 +2,11 @@
|
||||
"name": "rom-manager-workspace",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"workspaces": ["contract", "plugin", "ui"],
|
||||
"workspaces": [
|
||||
"contract",
|
||||
"plugin",
|
||||
"ui"
|
||||
],
|
||||
"scripts": {
|
||||
"typecheck": "cd contract && bun run typecheck && cd ../plugin && bun run typecheck && cd ../ui && bun run typecheck",
|
||||
"test": "cd plugin && bun test",
|
||||
|
||||
Reference in New Issue
Block a user