Skip to content
Snippets Groups Projects
Verified Commit 6f9ba940 authored by Mar0xy's avatar Mar0xy
Browse files

fix: inproper borde-radius on search widget

Closes transfem-org/Sharkey#198
parent 62d1cb49
No related branches found
Tags 13.6.0
No related merge requests found
......@@ -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>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment