Skip to content

Theme/setting #891

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 11 commits into from
May 20, 2024
Prev Previous commit
Next Next commit
pull from dev
  • Loading branch information
MenamAfzal committed May 14, 2024
commit 8e672cbefef741bd90059618254c77963ea5e24c
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,9 @@ export const LabelStyle = [

export const InputFieldStyle = [
getBackground(),
...STYLING_FIELDS_CONTAINER_SEQUENCE,
getStaticBorder(),
...STYLING_FIELDS_CONTAINER_SEQUENCE.filter((style) => ['border'].includes(style.name) === false),
// ...STYLING_FIELDS_CONTAINER_SEQUENCE,
] as const;

export const RatingStyle = [
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.