1
0
mirror of https://github.com/nicoverbruggen/phpmon.git synced 2025-12-21 03:10:06 +01:00

🍱 Slight design tweak for background color

This commit is contained in:
2025-11-04 14:40:59 +01:00
parent b69a2a5ccf
commit 8b8fcbeb9d
2 changed files with 5 additions and 5 deletions

View File

@@ -3920,7 +3920,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1675;
CURRENT_PROJECT_VERSION = 1677;
DEAD_CODE_STRIPPING = YES;
DEBUG = YES;
ENABLE_APP_SANDBOX = NO;
@@ -3964,7 +3964,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1675;
CURRENT_PROJECT_VERSION = 1677;
DEAD_CODE_STRIPPING = YES;
DEBUG = NO;
ENABLE_APP_SANDBOX = NO;
@@ -4146,7 +4146,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1675;
CURRENT_PROJECT_VERSION = 1677;
DEAD_CODE_STRIPPING = YES;
DEBUG = YES;
ENABLE_APP_SANDBOX = NO;
@@ -4339,7 +4339,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 1675;
CURRENT_PROJECT_VERSION = 1677;
DEAD_CODE_STRIPPING = YES;
DEBUG = NO;
ENABLE_APP_SANDBOX = NO;

View File

@@ -24,7 +24,7 @@ class DomainListTLSCell: NSTableCellView, DomainListCellProtocol {
.resized(to: NSSize(width: 20, height: 20))
buttonLockStatus.contentTintColor = color
buttonLockStatus.wantsLayer = true
buttonLockStatus.layer?.backgroundColor = color.withAlphaComponent(0.15).cgColor
buttonLockStatus.layer?.backgroundColor = color.withAlphaComponent(0.10).cgColor
buttonLockStatus.layer?.cornerRadius = buttonLockStatus.bounds.width / 2
buttonLockStatus.layer?.masksToBounds = true
}