Skip to content

Commit 72591cb

Browse files
author
Kubit
committed
Improve table styles
1 parent f3327f7 commit 72591cb

File tree

1 file changed

+4
-4
lines changed
  • src/designSystem/kubit/components/table

1 file changed

+4
-4
lines changed

src/designSystem/kubit/components/table/styles.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,8 @@ export const TABLE_STYLES: TableStylesType<
151151
},
152152
},
153153
accordionIcon: {
154-
height: SIZES.size_200,
155-
width: SIZES.size_200,
154+
height: SIZES.size_250,
155+
width: SIZES.size_250,
156156
color: COLORS.NEUTRAL.color_neutral_icon_50,
157157
},
158158
},
@@ -170,8 +170,8 @@ export const TABLE_STYLES: TableStylesType<
170170
font_size: PARAGRAPH.MEDIUM[DeviceBreakpointsType.DESKTOP].font_size,
171171
},
172172
accordionIcon: {
173-
height: SIZES.size_200,
174-
width: SIZES.size_200,
173+
height: SIZES.size_250,
174+
width: SIZES.size_250,
175175
color: COLORS.NEUTRAL.color_neutral_icon_50,
176176
},
177177
},

0 commit comments

Comments
 (0)