Skip to content

Commit ace9e1e

Browse files
Merge pull request #1001 from MenamAfzal/fix/remove-duplicate-styles
tabbed container styles updated
2 parents baf96c9 + 4e55a59 commit ace9e1e

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)