mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 20:37:21 +00:00
added mcp ui as tool
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
--color-success-foreground: var(--color-green-800);
|
||||
--color-info: var(--color-blue-100);
|
||||
--color-info-foreground: var(--color-blue-800);
|
||||
|
||||
|
||||
--color-resize: var(--color-blue-300);
|
||||
|
||||
@mixin light {
|
||||
@@ -115,3 +115,10 @@ body,
|
||||
@apply bg-primary/25;
|
||||
}
|
||||
}
|
||||
|
||||
@utility debug {
|
||||
@apply border-red-500 border;
|
||||
}
|
||||
@utility debug-blue {
|
||||
@apply border-blue-500 border;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user