:root {
	--icon-btn-hover-color: var(--grey-darken-5);
}

:root.theme--dark {
	--icon-btn-hover-color: var(--grey-lighten-5);
}
