ui/inputhint.razor.scss
@import "_theme.scss";

InputHint
{
	width: 28px;
	height: 28px;
	align-items: center;
	justify-content: center;
}

.glyph
{
	width: 100%;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;

}

.glyph.dark
{
	filter: invert( 1 );
}