Skip to content

Commit 4e55a59

Browse files
committed
tabbed container styles updated
1 parent bbfc443 commit 4e55a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/packages/lowcoder/src/comps/controls/styleControlConstants.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@ export const TabContainerStyle = [
12431243
[
12441244
...ContainerStyle.filter(
12451245
(style) =>
1246-
["border", "radius", "f", "margin", "padding"].includes(
1246+
["border", "radius", "f", "margin", "padding",'borderWidth','borderStyle'].includes(
12471247
style.name
12481248
) === false
12491249
),

0 commit comments

Comments
 (0)