fix radius for result icons
This commit is contained in:
parent
bd90a5aeaa
commit
caa524e557
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ const props = defineProps<{
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
height: 128px;
|
height: 128px;
|
||||||
margin-bottom: 16px;
|
margin-bottom: 16px;
|
||||||
border-radius: 16px;
|
border-radius: var(--MI-radius-md);
|
||||||
}
|
}
|
||||||
|
|
||||||
.icon {
|
.icon {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue