Closed MikyungKim closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 80.81%. Comparing base (
2ac7a6a
) to head (b518f3a
). Report is 1 commits behind head on develop.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Checklist
Issue Resolved / Feature Added
The dot type page indicators in
PageViews
seems not center aligned.Resolution
We've tried to adjust align with the icon font but it's hard to implement with font. So I implemented with pure div with CSS style instead of Icon component.
Additional Considerations
I've modified
QuickGuidePanels
too since it's also usingSteps
to show page indicators. I think we need to make a new component "PageIndicator" rather than usingSteps
eventually. I'll make another ticket for this.Links
WRR-4972
Comments
Enact-DCO-1.0-Signed-off-by: Mikyung Kim (mikyung27.kim@lge.com)