Skip to content

Commit 05c15b8

Browse files
committed
wip
1 parent 1606d26 commit 05c15b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/grid/src/styles/vaadin-grid-base-styles.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const gridStyles = css`
2222
cursor: default;
2323
--_border-color: var(--vaadin-grid-border-color, var(--vaadin-border-color-secondary));
2424
--_border-width: 0;
25-
--_row-border-width: var(--vaadin-grid-row-border-width, 5px);
25+
--_row-border-width: var(--vaadin-grid-row-border-width, 1px);
2626
--_column-border-width: var(--vaadin-grid-column-border-width, 0px);
2727
border-radius: var(--_border-radius);
2828
--_border-radius: 0;

0 commit comments

Comments
 (0)