fix: border-radius for folder thumbnail icons
This commit is contained in:
parent
61cb4646c4
commit
e7bbdb6fdb
1 changed files with 2 additions and 2 deletions
|
|
@ -267,7 +267,7 @@
|
|||
height: var(--folder-thumbnail-icon-height);
|
||||
width: var(--folder-thumbnail-icon-height);
|
||||
padding: 0px;
|
||||
border-radius: 2px;
|
||||
border-radius: 4px;
|
||||
& .icon{
|
||||
width: 5px;
|
||||
height: 5px;
|
||||
|
|
@ -527,4 +527,4 @@
|
|||
height: 100%;
|
||||
background: none;
|
||||
color: var(--neutral-white);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue