feat(ui): restyle Card and improve tool error cards (#16888)

Co-authored-by: Adam <2363879+adamdotdevin@users.noreply.github.com>
This commit is contained in:
David Hill
2026-03-10 13:52:32 -05:00
committed by GitHub
co-authored by Adam
parent e6cdc21f2d
commit f77e5cf8fb
12 changed files with 473 additions and 87 deletions
+6
View File
@@ -13,6 +13,9 @@
"interactive": "#034cff",
"diffAdd": "#9ff29a",
"diffDelete": "#fc533a"
},
"overrides": {
"surface-critical-base": "#FFF2F0"
}
},
"dark": {
@@ -26,6 +29,9 @@
"interactive": "#034cff",
"diffAdd": "#c8ffc4",
"diffDelete": "#fc533a"
},
"overrides": {
"surface-critical-base": "#1F0603"
}
}
}