Skip to content

Commit 6395660

Browse files
authored
See all button size (#495)
* remove 'devices' word * reduce paddign
1 parent a4f8700 commit 6395660

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/lib/seam/components/SupportedDeviceTable/ShowAllDevicesButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ export function ShowAllDevicesButton({
2828

2929
const t = {
3030
showLess: 'Show less',
31-
showAll: (count: number) => `See all ${count} devices`,
31+
showAll: (count: number) => `See all ${count}`,
3232
}

src/styles/_supported-device-table.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ $row-padding: 8px;
126126
background: colors.$white;
127127
display: flex;
128128
height: 30px;
129-
padding: 4px 24px;
129+
padding: 5px 24px 4px 16px;
130130
align-items: center;
131-
gap: 10px;
131+
gap: 2px;
132132
font-size: 14px;
133133
line-height: 115%;
134134
color: colors.$text-gray-1;

0 commit comments

Comments
 (0)