Closed NateFerrero closed 3 months ago
The update makes a minor but important change in the @flatfile/react
module by renaming a CSS text color variable from --ff-color-text
to --ff-text-color
. This alteration ensures consistency across the stylesheet, promoting better maintainability and readability of the code.
Files | Change Summary |
---|---|
packages/react/src/components/style.scss |
Renamed CSS variable from --ff-color-text to --ff-text-color to ensure naming consistency. |
.changeset/unlucky-snails-clean.md |
Added a summary of the variable name change for documentation and tracking purposes. |
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Please explain how to summarize this PR for the Changelog:
@flatfile/react
: Replaced CSS text color variable name to be consistent with other variable names, --ff-color-text is now --ff-text-colorTell code reviewer how and what to test:
Set
--ff-text-color
variable in CSS.