Updated the PrimaryFillButton text colours

pull/1000/head
Morgan Pretty 8 months ago
parent 0673194079
commit fd8fdb1105

@ -65,7 +65,7 @@ internal enum Theme_ClassicDark: ThemeColors {
.sessionButton_destructiveBackground: .clear, .sessionButton_destructiveBackground: .clear,
.sessionButton_destructiveHighlight: .dangerDark.withAlphaComponent(0.3), .sessionButton_destructiveHighlight: .dangerDark.withAlphaComponent(0.3),
.sessionButton_destructiveBorder: .dangerDark, .sessionButton_destructiveBorder: .dangerDark,
.sessionButton_primaryFilledText: .classicDark0, .sessionButton_primaryFilledText: .black,
.sessionButton_primaryFilledBackground: .primary, .sessionButton_primaryFilledBackground: .primary,
// SolidButton // SolidButton
@ -186,7 +186,7 @@ internal enum Theme_ClassicDark: ThemeColors {
.sessionButton_destructiveBackground: .clear, .sessionButton_destructiveBackground: .clear,
.sessionButton_destructiveHighlight: .dangerDark.opacity(0.3), .sessionButton_destructiveHighlight: .dangerDark.opacity(0.3),
.sessionButton_destructiveBorder: .dangerDark, .sessionButton_destructiveBorder: .dangerDark,
.sessionButton_primaryFilledText: .classicDark0, .sessionButton_primaryFilledText: .black,
.sessionButton_primaryFilledBackground: .primary, .sessionButton_primaryFilledBackground: .primary,
// SolidButton // SolidButton

@ -65,7 +65,7 @@ internal enum Theme_ClassicLight: ThemeColors {
.sessionButton_destructiveBackground: .clear, .sessionButton_destructiveBackground: .clear,
.sessionButton_destructiveHighlight: .dangerLight.withAlphaComponent(0.3), .sessionButton_destructiveHighlight: .dangerLight.withAlphaComponent(0.3),
.sessionButton_destructiveBorder: .dangerLight, .sessionButton_destructiveBorder: .dangerLight,
.sessionButton_primaryFilledText: .classicLight0, .sessionButton_primaryFilledText: .black,
.sessionButton_primaryFilledBackground: .primary, .sessionButton_primaryFilledBackground: .primary,
// SolidButton // SolidButton
@ -186,7 +186,7 @@ internal enum Theme_ClassicLight: ThemeColors {
.sessionButton_destructiveBackground: .clear, .sessionButton_destructiveBackground: .clear,
.sessionButton_destructiveHighlight: .dangerLight.opacity(0.3), .sessionButton_destructiveHighlight: .dangerLight.opacity(0.3),
.sessionButton_destructiveBorder: .dangerLight, .sessionButton_destructiveBorder: .dangerLight,
.sessionButton_primaryFilledText: .classicLight0, .sessionButton_primaryFilledText: .black,
.sessionButton_primaryFilledBackground: .primary, .sessionButton_primaryFilledBackground: .primary,
// SolidButton // SolidButton

@ -65,7 +65,7 @@ internal enum Theme_OceanDark: ThemeColors {
.sessionButton_destructiveBackground: .clear, .sessionButton_destructiveBackground: .clear,
.sessionButton_destructiveHighlight: .dangerDark.withAlphaComponent(0.3), .sessionButton_destructiveHighlight: .dangerDark.withAlphaComponent(0.3),
.sessionButton_destructiveBorder: .dangerDark, .sessionButton_destructiveBorder: .dangerDark,
.sessionButton_primaryFilledText: .oceanDark0, .sessionButton_primaryFilledText: .black,
.sessionButton_primaryFilledBackground: .primary, .sessionButton_primaryFilledBackground: .primary,
// SolidButton // SolidButton
@ -186,7 +186,7 @@ internal enum Theme_OceanDark: ThemeColors {
.sessionButton_destructiveBackground: .clear, .sessionButton_destructiveBackground: .clear,
.sessionButton_destructiveHighlight: .dangerDark.opacity(0.3), .sessionButton_destructiveHighlight: .dangerDark.opacity(0.3),
.sessionButton_destructiveBorder: .dangerDark, .sessionButton_destructiveBorder: .dangerDark,
.sessionButton_primaryFilledText: .oceanDark0, .sessionButton_primaryFilledText: .black,
.sessionButton_primaryFilledBackground: .primary, .sessionButton_primaryFilledBackground: .primary,
// SolidButton // SolidButton

@ -65,7 +65,7 @@ internal enum Theme_OceanLight: ThemeColors {
.sessionButton_destructiveBackground: .clear, .sessionButton_destructiveBackground: .clear,
.sessionButton_destructiveHighlight: .dangerLight.withAlphaComponent(0.3), .sessionButton_destructiveHighlight: .dangerLight.withAlphaComponent(0.3),
.sessionButton_destructiveBorder: .dangerLight, .sessionButton_destructiveBorder: .dangerLight,
.sessionButton_primaryFilledText: .oceanLight1, .sessionButton_primaryFilledText: .black,
.sessionButton_primaryFilledBackground: .primary, .sessionButton_primaryFilledBackground: .primary,
// SolidButton // SolidButton
@ -186,7 +186,7 @@ internal enum Theme_OceanLight: ThemeColors {
.sessionButton_destructiveBackground: .clear, .sessionButton_destructiveBackground: .clear,
.sessionButton_destructiveHighlight: .dangerLight.opacity(0.3), .sessionButton_destructiveHighlight: .dangerLight.opacity(0.3),
.sessionButton_destructiveBorder: .dangerLight, .sessionButton_destructiveBorder: .dangerLight,
.sessionButton_primaryFilledText: .oceanLight1, .sessionButton_primaryFilledText: .black,
.sessionButton_primaryFilledBackground: .primary, .sessionButton_primaryFilledBackground: .primary,
// SolidButton // SolidButton

Loading…
Cancel
Save