Skip to content

Commit 4076a5c

Browse files
shleewhitedchyun
andauthored
Apply suggestions from code review
Co-authored-by: Dylan Hyun <dylan.hyun@hashicorp.com>
1 parent 65bc048 commit 4076a5c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/components/src/styles/components/advanced-table.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -419,12 +419,12 @@ $hds-advanced-table-cell-padding-tall: 22px 16px 21px 16px; // the 1px differenc
419419
}
420420

421421
.hds-advanced-table__scroll-indicator-right {
422-
// the rgb value is equivalent to neutral/600, need to use rgba for the right opacity
422+
// the rgb value is equivalent to neutral/600, need to use rgba for the right opacity
423423
background: linear-gradient(to right, rgba(59, 61, 69, 0%) 0%, rgba(59, 61, 69, 8%) 100%);
424424
}
425425

426426
.hds-advanced-table__scroll-indicator-top {
427427
height: 8px;
428428
// the rgb value is equivalent to neutral/600, need to use rgba for the right opacity
429-
background: linear-gradient(to top, rgba(59, 61, 69, 0%) 0%, rgba(59, 61, 69, 8%) 100%);
429+
background: linear-gradient(to top, rgba(59, 61, 69, 0%) 0%, rgba(59, 61, 69, 8%) 100%);
430430
}

0 commit comments

Comments
 (0)