diff --git a/.changeset/good-falcons-remain.md b/.changeset/good-falcons-remain.md new file mode 100644 index 0000000000..d7bd53691f --- /dev/null +++ b/.changeset/good-falcons-remain.md @@ -0,0 +1,9 @@ +--- +"@cloudflare/local-explorer-ui": minor +--- + +Overhaul local explorer UI color palette. + +The core styles of the local explorer has been overhauled to remove all custom styles in favour of using Kumo styles / colors when possible. + +This is the first part of improving the local explorer UI to kumo-ify it all. diff --git a/packages/local-explorer-ui/src/components/AddKVForm.tsx b/packages/local-explorer-ui/src/components/AddKVForm.tsx index ea09deae1a..50885f9f33 100644 --- a/packages/local-explorer-ui/src/components/AddKVForm.tsx +++ b/packages/local-explorer-ui/src/components/AddKVForm.tsx @@ -63,9 +63,10 @@ export function AddKVForm({ onAdd, clearSignal = 0 }: AddKVFormProps) { {keyError && ( - {keyError} + {keyError} )}
@@ -83,7 +84,7 @@ export function AddKVForm({ onAdd, clearSignal = 0 }: AddKVFormProps) {