fix: inproper borde-radius on search widget

Closes transfem-org/Sharkey#198
This commit is contained in:
Mar0xy 2023-12-05 21:11:30 +01:00
parent 62d1cb490b
commit 6f9ba940b9
No known key found for this signature in database
GPG key ID: 56569BBE47D2C828

View file

@ -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>