Skip to content

Commit f9c4ae4

Browse files
committed
add border-radius to table-row
1 parent e7d1ef9 commit f9c4ae4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/uui-table/lib/uui-table-row.element.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ export class UUITableRowElement extends SelectOnlyMixin(
7373
display: table-row;
7474
position: relative;
7575
outline-offset: -3px;
76+
border-radius: var(--uui-border-radius);
7677
}
7778
7879
:host([selectable]) {

0 commit comments

Comments
 (0)