File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Sources/ComponentsKit/Configuration Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,27 +75,27 @@ extension ComponentsKitConfig {
7575 /// The success state color, used for indicating positive actions or statuses.
7676 public var success : ComponentColor = . init(
7777 main: . themed(
78- light: . hex( " #3ED661 " ) ,
78+ light: . hex( " #37D45C " ) ,
7979 dark: . hex( " #1EC645 " )
8080 ) ,
8181 contrast: . themed(
8282 light: . hex( " #FFFFFF " ) ,
8383 dark: . hex( " #0B0C0E " )
8484 ) ,
8585 background: . themed(
86- light: . hex( " #DAF6E1 " ) ,
86+ light: . hex( " #E1FBE7 " ) ,
8787 dark: . hex( " #344B3C " )
8888 )
8989 )
9090 /// The warning state color, used for indicating caution or non-critical alerts.
9191 public var warning : ComponentColor = . init(
9292 main: . themed(
93- light: . hex( " #FFC936 " ) ,
93+ light: . hex( " #F4B300 " ) ,
9494 dark: . hex( " #F4B300 " )
9595 ) ,
9696 contrast: . universal( . hex( " #0B0C0E " ) ) ,
9797 background: . themed(
98- light: . hex( " #FFF1CB " ) ,
98+ light: . hex( " #FFF6DD " ) ,
9999 dark: . hex( " #514A35 " )
100100 )
101101 )
You can’t perform that action at this time.
0 commit comments