You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(ui): extract group header button styles to styled component
- Create Group.styles.ts with GroupHeaderButton styled component
- Replace className-based styles with styled component in Group and DeleteTutorialButton
- Use theme-based colors instead of CSS variables
- Apply import pattern rule (import * as S) for styled components
Copy file name to clipboardExpand all lines: redisinsight/ui/src/components/side-panels/panels/enablement-area/EnablementArea/components/DeleteTutorialButton/DeleteTutorialButton.tsx
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ import { DeleteIcon } from 'uiSrc/components/base/icons'
Copy file name to clipboardExpand all lines: redisinsight/ui/src/components/side-panels/panels/enablement-area/EnablementArea/components/Group/Group.tsx
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,7 @@ import { RiIcon } from 'uiSrc/components/base/icons/RiIcon'
Copy file name to clipboardExpand all lines: redisinsight/ui/src/components/side-panels/panels/enablement-area/EnablementArea/components/Group/styles.scss
0 commit comments