Skip to content

Commit

Permalink
fix: EmojiService.emojiSpriteStyles' default values broken (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
lentschi authored Jan 15, 2021
1 parent b0e194d commit 80692a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/picker/ngx-emoji/emoji.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const SKINS = ['1F3FA', '1F3FB', '1F3FC', '1F3FD', '1F3FE', '1F3FF'];
export const DEFAULT_BACKGROUNDFN = (
set: string,
sheetSize: number,
) => `https://unpkg.com/emoji-datasource-${set}@5.0.1/img/${set}/sheets-256/${sheetSize}.png`;
) => `https://unpkg.com/emoji-datasource-${set}@6.0.0/img/${set}/sheets-256/${sheetSize}.png`;

@Injectable({ providedIn: 'root' })
export class EmojiService {
Expand Down

0 comments on commit 80692a8

Please sign in to comment.