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
Tab container type removal, due to compiler error
  • Loading branch information
imtananikhwa committed Feb 28, 2024
commit 6e816675d17b58a8794e1146ce08666850dee5fb
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:any[] = [
export const TabContainerStyle = [
// 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