Commit f3c443aa by Ooh-Ao

color

parent 3710d1fa
......@@ -129,7 +129,7 @@ export class CourseComponent {
borderColor: '#f1f1f1',
strokeDashArray: 3,
},
colors: ['rgb(90,102,241)', 'rgb(203,213,225)'],
colors: ['rgb(21,76,156)', 'rgb(203,213,225)'],
labels: [
'Jan',
'Feb',
......
......@@ -139,7 +139,7 @@ export class JobsComponent {
},
},
colors: ['rgb(90,102,241)', '#60a5fa'],
colors: ['rgb(21,76,156)', '#60a5fa'],
};
this.chartOptions = {
......
......@@ -141,7 +141,7 @@ export class SalesComponent {
constructor() {
this.optionsCircle1 = {
series: [30, 30, 50],
colors: ['rgb(90,102,241)', '#60a5fa'],
colors: ['rgb(21,76,156)', '#60a5fa'],
chart: {
height: 245,
type: 'donut',
......
......@@ -141,7 +141,7 @@ export class StocksComponent {
grid: {
borderColor: 'rgba(107 ,114 ,128,0.1)',
},
colors: ['rgb(90,102,241)', 'rgb(203,213,225)'],
colors: ['rgb(21,76,156)', 'rgb(203,213,225)'],
plotOptions: {
bar: {
horizontal: false,
......
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
This source diff could not be displayed because it is too large. You can view the blob instead.
/* Start Variables Styles */
:root {
--color-primary: 90 102 241;
--color-primary-rgb: 90,102,241;
--color-primary: 21 76 156;
--color-primary-rgb: 21,76,156;
--color-secondary: 96 165 250;
--color-success: 34 197 94;
--color-info: 76 117 207;
......@@ -17,7 +17,7 @@
--menu-bg: 255 255 255;
--menu-border-color: 243 243 243;
--menu-prime-color: 100 116 139;
......@@ -38,4 +38,4 @@
--header-prime-color: 100 116 139;
}
/* End Variables Styles */
\ No newline at end of file
/* End Variables Styles */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment