Skip to content

Commit

Permalink
fix color on light theme
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscoBSalgueiro committed May 22, 2024
1 parent 8b5c1ac commit 14edb61
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/components/common/GameInfo.css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,7 @@ export const contentEditablePlaceholder = style({
fontStyle: "italic",
cursor: "text",
},
[vars.lightSelector]: {
color: vars.colors.gray[0],
},
[vars.darkSelector]: {
color: vars.colors.gray[6],
},
color: vars.colors.gray[6],
});

export const textInput = style({
Expand Down

0 comments on commit 14edb61

Please sign in to comment.