Skip to content

Commit

Permalink
chore: light mode for extension error
Browse files Browse the repository at this point in the history
Set text to light mode color so that it is visible.

Fixes containers#7708.

Signed-off-by: Tim deBoer <git@tdeboer.ca>
  • Loading branch information
deboer-tim committed Jun 18, 2024
1 parent 97ce91b commit 2436b97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export let extension: ExtensionDetailsUI;
</script>

{#if extension.error}
<div class="flex flex-col">
<div class="flex flex-col text-[var(--pd-content-card-text)]">
<div class="py-2">Error: {extension.error.message}</div>
{#if extension.error.stack}
<div class="text-xs">
Expand Down

0 comments on commit 2436b97

Please sign in to comment.