Skip to content

Commit be50cd6

Browse files
SettingBackgroundImagePreview style bug fixed
1 parent aa18e9f commit be50cd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/renderer/src/components/app/setting/content/background/images/SettingBackgroundImagePreview.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ const SettingBackgroundImagePreview = memo(
7474
key={selectedBackground}
7575
src={selectedBackground}
7676
alt="background-preview"
77-
className="max-w-full max-h-full w-full h-full object-contain rounded-lg shadow-xl blur-sm"
77+
className="max-w-full max-h-full object-contain rounded-lg shadow-xl blur-sm"
7878
style={{
7979
transformStyle: "preserve-3d",
8080
}}

0 commit comments

Comments
 (0)