@import '../mixins/button';

.icon-button {
	@include button;

	--offset: 0.4rem;
	--radius: 50rem; // todo : set this in a way that makes sense

	width: 4.8rem;
	height: 4.8rem;

	&:global(.dense),
	:global(.dense) & {
		--offset: 0.8rem;
		--icon-size: 1.8rem;
	}
}
