Skip to content

Commit

Permalink
refactor: autofix issues in 1 file
Browse files Browse the repository at this point in the history
Resolved issues in packages/shared/src/client/scoped-themes/scoped-themes.tsx with DeepSource Autofix
  • Loading branch information
deepsource-autofix[bot] committed Jun 24, 2024
1 parent 2c3735f commit c2f4c4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/client/scoped-themes/scoped-themes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export function ScopedThemes() {
return (
<div
id={id}
style={{ background: `var(--bg-color)`, color: `var(--text-color)`, textAlign: "center" }}>
style={{ background: "var(--bg-color)", color: "var(--text-color)", textAlign: "center" }}>
<h1>
Apply themes locally using <code>targetSelector</code>
</h1>
Expand Down

0 comments on commit c2f4c4f

Please sign in to comment.