Skip to content

Commit 278a6dd

Browse files
authored
fix: use css var for text (#717)
1 parent 656f181 commit 278a6dd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/uui-ref/lib/uui-ref.element.ts

+1
Original file line numberDiff line numberDiff line change
@@ -166,6 +166,7 @@ export class UUIRefElement extends SelectOnlyMixin(
166166
padding: 0;
167167
background-color: transparent;
168168
text-align: left;
169+
color: var(--uui-color-text);
169170
}
170171
171172
slot[name='actions'] {

0 commit comments

Comments
 (0)