kopia lustrzana https://github.com/cheeaun/phanpy
Larger zoom buttons
rodzic
691955f65f
commit
a5f8dd4c06
|
@ -341,7 +341,7 @@ function CustomEmojisModal({
|
|||
onClick={onEmojiSizeDecrease}
|
||||
disabled={emojiSize <= EMOJI_SIZE_MIN}
|
||||
>
|
||||
<Icon icon="zoom-out" alt={t`Zoom out`} />
|
||||
<Icon icon="zoom-out" size="l" alt={t`Zoom out`} />
|
||||
</button>
|
||||
<button
|
||||
type="button"
|
||||
|
@ -349,7 +349,7 @@ function CustomEmojisModal({
|
|||
onClick={onEmojiSizeIncrease}
|
||||
disabled={emojiSize >= EMOJI_SIZE_MAX}
|
||||
>
|
||||
<Icon icon="zoom-in" alt={t`Zoom in`} />
|
||||
<Icon icon="zoom-in" size="l" alt={t`Zoom in`} />
|
||||
</button>
|
||||
</div>
|
||||
</main>
|
||||
|
|
Ładowanie…
Reference in New Issue