Skip to content

Commit 29042bc

Browse files
fix(filters): fixing inconsitent-rounded-edges (#2262)
* fix(filters): fixing inconsitent-rounded-edges Signed-off-by: rohitratannagar <rohitratannagar2003@gmail.com> * adding changeset Signed-off-by: rohitratannagar <rohitratannagar2003@gmail.com> --------- Signed-off-by: rohitratannagar <rohitratannagar2003@gmail.com>
1 parent 76de13d commit 29042bc

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@red-hat-developer-hub/backstage-plugin-theme': patch
3+
---
4+
5+
Fixing the inconsitent edges of filter section on catalog page

workspaces/theme/plugins/theme/src/utils/createComponents.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ export const createComponents = (themeConfig: ThemeConfig): Components => {
143143
},
144144
rounded: {
145145
'& > :last-child': {
146-
borderBottomLeftRadius: 4,
147-
borderBottomRightRadius: 4,
146+
borderBottomLeftRadius: 16,
147+
borderBottomRightRadius: 16,
148148
},
149149
},
150150
elevation0: noElevationStyle,

0 commit comments

Comments
 (0)