File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
project.xcworkspace/xcuserdata/alyxferrari.xcuserdatad Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 637637 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
638638 CODE_SIGN_ENTITLEMENTS = Sobretium/Sobretium.entitlements;
639639 CODE_SIGN_STYLE = Automatic;
640- CURRENT_PROJECT_VERSION = 218 ;
640+ CURRENT_PROJECT_VERSION = 219 ;
641641 DEVELOPMENT_ASSET_PATHS = "\"Sobretium/Preview Content\"";
642642 DEVELOPMENT_TEAM = W8C8UQ95CG;
643643 ENABLE_PREVIEWS = YES;
679679 ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
680680 CODE_SIGN_ENTITLEMENTS = Sobretium/Sobretium.entitlements;
681681 CODE_SIGN_STYLE = Automatic;
682- CURRENT_PROJECT_VERSION = 218 ;
682+ CURRENT_PROJECT_VERSION = 219 ;
683683 DEVELOPMENT_ASSET_PATHS = "\"Sobretium/Preview Content\"";
684684 DEVELOPMENT_TEAM = W8C8UQ95CG;
685685 ENABLE_PREVIEWS = YES;
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ struct RingView: View {
2424 . frame ( minWidth: 0 , minHeight: 0 )
2525 . padding ( . vertical, 5 )
2626 . padding ( . horizontal, 15 )
27+ . multilineTextAlignment ( . center)
2728 . overlay {
2829 Capsule ( )
2930 . stroke ( gradient, lineWidth: 1 )
You can’t perform that action at this time.
0 commit comments