Skip to content

Commit 7e0b6c7

Browse files
committed
fix: update dark variable un library units module
1 parent 99b0d3d commit 7e0b6c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library-authoring/units/index.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
&:focus {
1515
// this is required for clicks to be passed to underlying iframe component
1616
pointer-events: none;
17-
outline: solid 1px $dark-500;
17+
outline: solid 1px var(--pgn-color-dark-500);
1818
}
1919

2020
&::before {

0 commit comments

Comments
 (0)