Skip to content

Commit 57051ef

Browse files
M-i-k-e-llidord-wix
authored andcommitted
Dividers - move to design tokens (#1964)
1 parent bdb8d95 commit 57051ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/style/dividers.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ import Colors from './colors';
33
const Dividers = {
44
d10: {
55
borderBottomWidth: 1,
6-
borderColor: Colors.grey60
6+
borderColor: Colors.$outlineDefault
77
},
88
d20: {
99
borderBottomWidth: 8,
10-
borderColor: Colors.grey70
10+
borderColor: Colors.$outlineDefault
1111
}
1212
};
1313

0 commit comments

Comments
 (0)