Skip to content

Commit

Permalink
Remove bold text from selected style
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Patecki committed Aug 13, 2023
1 parent 4d129b0 commit 3c39c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ModuleEditor/Cell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ function Cell({

const classes = classNames({
"text-slate-500": isValueOrDefault,
"bg-blue-200 text-blue-950 animate-[pulse_1.2s_linear_infinite] font-bold":
"bg-blue-200 text-black animate-[pulse_1.2s_linear_infinite]":
xPositionInGrid !== undefined &&
xPositionInGrid === posX &&
yPositionInGrid === posY,
Expand Down

0 comments on commit 3c39c32

Please sign in to comment.