Skip to content

Commit bb35b93

Browse files
author
Rijk van Wel
authored
Fix inverted dimmer text color
The definition referenced the wrong variable.
1 parent 57e7199 commit bb35b93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/definitions/modules/dimmer.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ body.dimmable > .dimmer {
153153
background-color: @invertedBackgroundColor;
154154
}
155155
.ui.inverted.dimmer > .content > * {
156-
color: @textColor;
156+
color: @invertedTextColor;
157157
}
158158

159159
/*--------------

0 commit comments

Comments
 (0)