fix: inproper borde-radius on search widget
Closes transfem-org/Sharkey#198
This commit is contained in:
parent
62d1cb490b
commit
6f9ba940b9
1 changed files with 6 additions and 0 deletions
|
@ -153,3 +153,9 @@ defineExpose<WidgetComponentExpose>({
|
|||
id: props.widget ? props.widget.id : null,
|
||||
});
|
||||
</script>
|
||||
|
||||
<style lang="scss" scoped>
|
||||
.skw-search {
|
||||
border-radius: var(--radius-sm) !important;
|
||||
}
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue