Skip to content

Commit

Permalink
fix: fix base ANSI convertor colors (#3353)
Browse files Browse the repository at this point in the history
Co-authored-by: Jérémy Touati <sielver@gmail.com>
  • Loading branch information
amir20 and Jeto143 authored Oct 27, 2024
1 parent 4e217f4 commit c6339ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/components/LogViewer/SimpleLogItem.vue
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ import stripAnsi from "strip-ansi";
const ansiConvertor = new AnsiConvertor({
escapeXML: false,
fg: "var(--base-content-color)",
bg: "var(--base-color)",
fg: "oklch(var(--base-content-color))",
bg: "oklch(var(--base-color))",
});
const { showContainerName = false } = defineProps<{
Expand Down

0 comments on commit c6339ef

Please sign in to comment.