Skip to content

Commit

Permalink
fix: issue with wrong autocomplete variable (#1046)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmerget authored Nov 15, 2024
1 parent e45dea5 commit da838f8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/utils/outputs/web/auto-complete/data.ts
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
import { prefix } from "../../index.ts";

export const onBackgroundColors = [
"emphasis-100",
"emphasis-90",
"emphasis-80",
"emphasis-70",
"emphasis-60",
"emphasis-50",
"basic-emphasis-100",
"basic-emphasis-90",
"basic-emphasis-80",
"basic-emphasis-70",
"basic-emphasis-60",
"basic-emphasis-50",
];

export const backgroundColors = [
Expand Down

0 comments on commit da838f8

Please sign in to comment.