Skip to content

Text Decoration and Text Transform property, along with fixes and addition of styles to other components #719

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 7 commits into from
Feb 28, 2024
Prev Previous commit
Next Next commit
TS issue fixed
  • Loading branch information
imtananikhwa committed Feb 28, 2024
commit f30fdf2deee7a68e1c4fe75ace5ca8492ff202e9
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ export const MultiSelectStyle = [
...ACCENT_VALIDATE,
] as const;

export const TabContainerStyle = [
export const TabContainerStyle:any[] = [
// Keep background related properties of container as STYLING_FIELDS_SEQUENCE has rest of the properties
...replaceAndMergeMultipleStyles([...ContainerStyle.filter((style)=> ['border','radius','borderWidth','margin','padding'].includes(style.name) === false),...STYLING_FIELDS_SEQUENCE], 'text', [{
name: "tabText",
Expand Down