File tree Expand file tree Collapse file tree 1 file changed +0
-29
lines changed
Expand file tree Collapse file tree 1 file changed +0
-29
lines changed Original file line number Diff line number Diff line change @@ -71,32 +71,3 @@ public extension EnvironmentValues {
7171 set { self [ SecondaryBackgroundColorKey . self] = newValue }
7272 }
7373}
74-
75- // var settingPrimaryColor: Color {
76- // get { self[PrimaryColorKey.self] }
77- // set { self[PrimaryColorKey.self] = newValue }
78- // }
79- //
80- ///// For secondary labels.
81- // var settingSecondaryColor: Color {
82- // get { self[SecondaryColorKey.self] }
83- // set { self[SecondaryColorKey.self] = newValue }
84- // }
85- //
86- ///// For buttons.
87- // var settingAccentColor: Color {
88- // get { self[AccentColorKey.self] }
89- // set { self[AccentColorKey.self] = newValue }
90- // }
91- //
92- ///// For outer views.
93- // var settingSecondaryBackgroundColor: Color {
94- // get { self[SecondaryBackgroundColorKey.self] }
95- // set { self[SecondaryBackgroundColorKey.self] = newValue }
96- // }
97- //
98- ///// For inner views.
99- // var settingBackgroundColor: Color {
100- // get { self[BackgroundColorKey.self] }
101- // set { self[BackgroundColorKey.self] = newValue }
102- // }
You can’t perform that action at this time.
0 commit comments