File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ module SelectionOption = {
8181 className = {"playground-selection-option mr-1 px-2 py-1 rounded inline-block " ++ if isActive {
8282 "playground-selection-option-active font-bold"
8383 } else {
84- "opacity-50 hover:opacity-80 "
84+ "opacity-90 hover:opacity-100 "
8585 }}
8686 onClick
8787 disabled
Original file line number Diff line number Diff line change 311311 }
312312
313313 .playground-text-primary {
314- color : var (--playground-text-primary );
314+ color : var (--playground-text-primary ) !important ;
315315 }
316316
317317 .playground-text-secondary {
318- color : var (--playground-text-secondary );
318+ color : var (--playground-text-secondary ) !important ;
319319 }
320320
321321 .playground-select {
322322 background-color : var (--playground-elevated-bg );
323323 border-color : var (--playground-border );
324- color : var (--playground-text-primary );
324+ color : var (--playground-text-primary ) !important ;
325325 }
326326
327327 .playground-selection-option {
You can’t perform that action at this time.
0 commit comments