WIP PWA for Grain
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: reduce icon size to 16px

+1 -1
+1 -1
src/components/molecules/grain-stat-count.js
··· 53 53 render() { 54 54 return html` 55 55 <button type="button" aria-label=${this.icon}> 56 - <grain-icon name=${this.icon} size="24"></grain-icon> 56 + <grain-icon name=${this.icon} size="16"></grain-icon> 57 57 </button> 58 58 ${this.count > 0 ? html` 59 59 <span class="count">${this.#formatCount(this.count)}</span>