posthog icon indicating copy to clipboard operation
posthog copied to clipboard

refactor: Replace style prop with utility css classes in frontend/src/lib

Open Dejvino opened this issue 8 months ago • 3 comments

Problem

Refactoring from style prop to equivalent css classes related to issue #16826.

Changes

No visual or functional impact.

Does this work well for both Cloud and self-hosted?

Yes.

How did you test this code?

Tested through dev tools in storybook, see individual screenshots:

  • frontend/src/lib/components/...
    • InsightCard.stories.tsx
      • 01
    • CommandBar.tsx
      • 02
    • CompactList.stories.tsx
      • 03
    • RollingDateRangeFilter.tsx
      • 04
    • HedgehogBuddy.stories.tsx
      • 05
    • DebugNotice.tsx
      • 06
  • frontend/src/lib/lemon-ui/...
    • LemonCalendarSelect.stories.tsx
      • 07
    • LemonCalendarRange.stories.tsx
      • 08

Dejvino avatar Jun 19 '24 06:06 Dejvino