Skip to content

Commit 0d3ddda

Browse files
committed
fix: remove out of date todo
1 parent a14a662 commit 0d3ddda

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/forms/_control-item.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238

239239
.control-item-divider {
240240
padding-bottom: subtract($ouds-control-item-space-inset, 1px);
241-
border-bottom: $ouds-divider-border-width solid $ouds-color-border-default; // TODO: Introduce design token once created
241+
border-bottom: $ouds-divider-border-width solid $ouds-color-border-default;
242242
}
243243

244244
.control-item-reverse {

0 commit comments

Comments
 (0)