mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-02 17:54:01 +00:00
636b39d082
Due to historic reasons, conditionally assign a font size for the letter identicon, based on whether or not the app's compact mode is active. Compact mode has become the new default a while back and the component's `isCompact` property isn't set anywhere in throughout the application, resulting in `letterSize` to always be `21`, which is too big. This commit removes the condition, defaulting to always having a letter size of 15 pixels as designed.