Make SmallButton icons a little bit smaller
This commit is contained in:
parent
72ced34665
commit
7b2a4682c5
@ -6,6 +6,6 @@
|
|||||||
export let buttonIcon = null;
|
export let buttonIcon = null;
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<span class="inline-block h-7 {bgColor} p-1 rounded-md shadow-md shadow-neutral-900 {(clickHandler != null) ? `${hoverColor} cursor-pointer` : ""}" title={buttonTooltip} on:click={clickHandler}>
|
<span class="inline-block h-7 {bgColor} text-sm p-1 rounded-md shadow-md shadow-neutral-900 {(clickHandler != null) ? `${hoverColor} cursor-pointer` : ""}" title={buttonTooltip} on:click={clickHandler}>
|
||||||
<i class="w-5 {buttonIcon} text-center"></i>
|
<i class="w-5 {buttonIcon} text-center"></i>
|
||||||
</span>
|
</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user