refactor: standardize quotation marks in pnpm-lock.yaml and improve code formatting across various components; enhance readability and maintain consistency in code style
This commit is contained in:
@@ -70,7 +70,7 @@ export function ThemeCard() {
|
||||
"relative flex flex-col items-center justify-center p-4 rounded-lg border-2 cursor-pointer transition-all",
|
||||
currentTheme === themeOption.value
|
||||
? "border-primary bg-primary/5"
|
||||
: "border-border hover:border-primary/50"
|
||||
: "border-border hover:border-primary/50",
|
||||
)}
|
||||
>
|
||||
<RadioGroupItem
|
||||
|
||||
Reference in New Issue
Block a user