fix: inproper borde-radius on search widget
Closes transfem-org/Sharkey#198
This commit is contained in:
@@ -153,3 +153,9 @@ defineExpose<WidgetComponentExpose>({
|
|||||||
id: props.widget ? props.widget.id : null,
|
id: props.widget ? props.widget.id : null,
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
.skw-search {
|
||||||
|
border-radius: var(--radius-sm) !important;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user