Skip to content

Commit 3c38f5e

Browse files
authored
Merge pull request #2397 from nextcloud-libraries/fix/filepicker-rounded-previews
fix(filepicker): Round previews in filepicker dialog
2 parents 19cb26d + c21f65d commit 3c38f5e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/components/FilePicker/FileListIcon.module.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
min-height: 32px;
1515
background-repeat: no-repeat;
1616
background-size: contain;
17+
border-radius: var(--border-radius-small);
1718
// for the fallback
1819
display: flex;
1920
justify-content: center;

0 commit comments

Comments
 (0)