mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-10 14:24:21 +00:00
[ios] Improved text thickness in combination with branch name
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
committed by
Konstantin Pastbin
parent
c039d599e4
commit
49391bb39e
@@ -4,6 +4,7 @@ NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface UIColor (MapsMeColor)
|
||||
|
||||
+ (UIColor *)black;
|
||||
+ (UIColor *)blackPrimaryText;
|
||||
+ (UIColor *)blackSecondaryText;
|
||||
+ (UIColor *)blackHintText;
|
||||
|
||||
@@ -68,6 +68,11 @@ static BOOL isNightMode = NO;
|
||||
{
|
||||
return StyleManager.shared.theme.colors.buttonRed;
|
||||
}
|
||||
+ (UIColor *)black
|
||||
{
|
||||
return StyleManager.shared.theme.colors.black;
|
||||
}
|
||||
|
||||
+ (UIColor *)blackPrimaryText
|
||||
{
|
||||
return StyleManager.shared.theme.colors.blackPrimaryText;
|
||||
|
||||
Reference in New Issue
Block a user