Skip to content

Commit 5b98e59

Browse files
committed
refactor: change coolGray with blueGray
1 parent 6de2c0e commit 5b98e59

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

src/app/components/cards/card-table/card-table.component.html

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<div class="relative w-full px-4 max-w-full flex-grow flex-1">
88
<h3
99
class="font-semibold text-lg"
10-
[ngClass]="color === 'light' ? 'text-coolGray-700' : 'text-white'"
10+
[ngClass]="color === 'light' ? 'text-blueGray-700' : 'text-white'"
1111
>
1212
Card Tables
1313
</h3>
@@ -23,7 +23,7 @@
2323
class="px-6 align-middle border border-solid py-3 text-xs uppercase border-l-0 border-r-0 whitespace-nowrap font-semibold text-left"
2424
[ngClass]="
2525
color === 'light'
26-
? 'bg-coolGray-50 text-coolGray-500 border-coolGray-100'
26+
? 'bg-blueGray-50 text-blueGray-500 border-blueGray-100'
2727
: 'bg-red-800 text-red-300 border-red-700'
2828
"
2929
>
@@ -33,7 +33,7 @@
3333
class="px-6 align-middle border border-solid py-3 text-xs uppercase border-l-0 border-r-0 whitespace-nowrap font-semibold text-left"
3434
[ngClass]="
3535
color === 'light'
36-
? 'bg-coolGray-50 text-coolGray-500 border-coolGray-100'
36+
? 'bg-blueGray-50 text-blueGray-500 border-blueGray-100'
3737
: 'bg-red-800 text-red-300 border-red-700'
3838
"
3939
>
@@ -43,7 +43,7 @@
4343
class="px-6 align-middle border border-solid py-3 text-xs uppercase border-l-0 border-r-0 whitespace-nowrap font-semibold text-left"
4444
[ngClass]="
4545
color === 'light'
46-
? 'bg-coolGray-50 text-coolGray-500 border-coolGray-100'
46+
? 'bg-blueGray-50 text-blueGray-500 border-blueGray-100'
4747
: 'bg-red-800 text-red-300 border-red-700'
4848
"
4949
>
@@ -53,7 +53,7 @@
5353
class="px-6 align-middle border border-solid py-3 text-xs uppercase border-l-0 border-r-0 whitespace-nowrap font-semibold text-left"
5454
[ngClass]="
5555
color === 'light'
56-
? 'bg-coolGray-50 text-coolGray-500 border-coolGray-100'
56+
? 'bg-blueGray-50 text-blueGray-500 border-blueGray-100'
5757
: 'bg-red-800 text-red-300 border-red-700'
5858
"
5959
>
@@ -63,7 +63,7 @@
6363
class="px-6 align-middle border border-solid py-3 text-xs uppercase border-l-0 border-r-0 whitespace-nowrap font-semibold text-left"
6464
[ngClass]="
6565
color === 'light'
66-
? 'bg-coolGray-50 text-coolGray-500 border-coolGray-100'
66+
? 'bg-blueGray-50 text-blueGray-500 border-blueGray-100'
6767
: 'bg-red-800 text-red-300 border-red-700'
6868
"
6969
>
@@ -73,7 +73,7 @@
7373
class="px-6 align-middle border border-solid py-3 text-xs uppercase border-l-0 border-r-0 whitespace-nowrap font-semibold text-left"
7474
[ngClass]="
7575
color === 'light'
76-
? 'bg-coolGray-50 text-coolGray-500 border-coolGray-100'
76+
? 'bg-blueGray-50 text-blueGray-500 border-blueGray-100'
7777
: 'bg-red-800 text-red-300 border-red-700'
7878
"
7979
></th>
@@ -91,7 +91,7 @@
9191
/>
9292
<span
9393
class="ml-3 font-bold"
94-
[ngClass]="color === 'light' ? 'text-coolGray-600' : 'text-white'"
94+
[ngClass]="color === 'light' ? 'text-blueGray-600' : 'text-white'"
9595
>
9696
Argon Design System
9797
</span>
@@ -113,22 +113,22 @@
113113
<img
114114
src="assets/img/team-1-800x800.jpg"
115115
alt="..."
116-
class="w-10 h-10 rounded-full border-2 border-coolGray-50 shadow"
116+
class="w-10 h-10 rounded-full border-2 border-blueGray-50 shadow"
117117
/>
118118
<img
119119
src="assets/img/team-2-800x800.jpg"
120120
alt="..."
121-
class="w-10 h-10 rounded-full border-2 border-coolGray-50 shadow -ml-4"
121+
class="w-10 h-10 rounded-full border-2 border-blueGray-50 shadow -ml-4"
122122
/>
123123
<img
124124
src="assets/img/team-3-800x800.jpg"
125125
alt="..."
126-
class="w-10 h-10 rounded-full border-2 border-coolGray-50 shadow -ml-4"
126+
class="w-10 h-10 rounded-full border-2 border-blueGray-50 shadow -ml-4"
127127
/>
128128
<img
129129
src="assets/img/team-4-470x470.png"
130130
alt="..."
131-
class="w-10 h-10 rounded-full border-2 border-coolGray-50 shadow -ml-4"
131+
class="w-10 h-10 rounded-full border-2 border-blueGray-50 shadow -ml-4"
132132
/>
133133
</div>
134134
</td>
@@ -166,7 +166,7 @@
166166
/>
167167
<span
168168
class="ml-3 font-bold"
169-
[ngClass]="color === 'light' ? 'text-coolGray-600' : 'text-white'"
169+
[ngClass]="color === 'light' ? 'text-blueGray-600' : 'text-white'"
170170
>
171171
Angular Now UI Kit PRO
172172
</span>
@@ -189,22 +189,22 @@
189189
<img
190190
src="assets/img/team-1-800x800.jpg"
191191
alt="..."
192-
class="w-10 h-10 rounded-full border-2 border-coolGray-50 shadow"
192+
class="w-10 h-10 rounded-full border-2 border-blueGray-50 shadow"
193193
/>
194194
<img
195195
src="assets/img/team-2-800x800.jpg"
196196
alt="..."
197-
class="w-10 h-10 rounded-full border-2 border-coolGray-50 shadow -ml-4"
197+
class="w-10 h-10 rounded-full border-2 border-blueGray-50 shadow -ml-4"
198198
/>
199199
<img
200200
src="assets/img/team-3-800x800.jpg"
201201
alt="..."
202-
class="w-10 h-10 rounded-full border-2 border-coolGray-50 shadow -ml-4"
202+
class="w-10 h-10 rounded-full border-2 border-blueGray-50 shadow -ml-4"
203203
/>
204204
<img
205205
src="assets/img/team-4-470x470.png"
206206
alt="..."
207-
class="w-10 h-10 rounded-full border-2 border-coolGray-50 shadow -ml-4"
207+
class="w-10 h-10 rounded-full border-2 border-blueGray-50 shadow -ml-4"
208208
/>
209209
</div>
210210
</td>
@@ -242,7 +242,7 @@
242242
/>
243243
<span
244244
class="ml-3 font-bold"
245-
[ngClass]="color === 'light' ? 'text-coolGray-600' : 'text-white'"
245+
[ngClass]="color === 'light' ? 'text-blueGray-600' : 'text-white'"
246246
>
247247
Black Dashboard Sketch
248248
</span>
@@ -264,22 +264,22 @@
264264
<img
265265
src="assets/img/team-1-800x800.jpg"
266266
alt="..."
267-
class="w-10 h-10 rounded-full border-2 border-coolGray-50 shadow"
267+
class="w-10 h-10 rounded-full border-2 border-blueGray-50 shadow"
268268
/>
269269
<img
270270
src="assets/img/team-2-800x800.jpg"
271271
alt="..."
272-
class="w-10 h-10 rounded-full border-2 border-coolGray-50 shadow -ml-4"
272+
class="w-10 h-10 rounded-full border-2 border-blueGray-50 shadow -ml-4"
273273
/>
274274
<img
275275
src="assets/img/team-3-800x800.jpg"
276276
alt="..."
277-
class="w-10 h-10 rounded-full border-2 border-coolGray-50 shadow -ml-4"
277+
class="w-10 h-10 rounded-full border-2 border-blueGray-50 shadow -ml-4"
278278
/>
279279
<img
280280
src="assets/img/team-4-470x470.png"
281281
alt="..."
282-
class="w-10 h-10 rounded-full border-2 border-coolGray-50 shadow -ml-4"
282+
class="w-10 h-10 rounded-full border-2 border-blueGray-50 shadow -ml-4"
283283
/>
284284
</div>
285285
</td>
@@ -317,7 +317,7 @@
317317
/>
318318
<span
319319
class="ml-3 font-bold"
320-
[ngClass]="color === 'light' ? 'text-coolGray-600' : 'text-white'"
320+
[ngClass]="color === 'light' ? 'text-blueGray-600' : 'text-white'"
321321
>
322322
React Material Dashboard
323323
</span>
@@ -339,22 +339,22 @@
339339
<img
340340
src="assets/img/team-1-800x800.jpg"
341341
alt="..."
342-
class="w-10 h-10 rounded-full border-2 border-coolGray-50 shadow"
342+
class="w-10 h-10 rounded-full border-2 border-blueGray-50 shadow"
343343
/>
344344
<img
345345
src="assets/img/team-2-800x800.jpg"
346346
alt="..."
347-
class="w-10 h-10 rounded-full border-2 border-coolGray-50 shadow -ml-4"
347+
class="w-10 h-10 rounded-full border-2 border-blueGray-50 shadow -ml-4"
348348
/>
349349
<img
350350
src="assets/img/team-3-800x800.jpg"
351351
alt="..."
352-
class="w-10 h-10 rounded-full border-2 border-coolGray-50 shadow -ml-4"
352+
class="w-10 h-10 rounded-full border-2 border-blueGray-50 shadow -ml-4"
353353
/>
354354
<img
355355
src="assets/img/team-4-470x470.png"
356356
alt="..."
357-
class="w-10 h-10 rounded-full border-2 border-coolGray-50 shadow -ml-4"
357+
class="w-10 h-10 rounded-full border-2 border-blueGray-50 shadow -ml-4"
358358
/>
359359
</div>
360360
</td>
@@ -392,7 +392,7 @@
392392
/>
393393
<span
394394
class="ml-3 font-bold"
395-
[ngClass]="color === 'light' ? 'text-coolGray-600' : 'text-white'"
395+
[ngClass]="color === 'light' ? 'text-blueGray-600' : 'text-white'"
396396
>
397397
React Material Dashboard
398398
</span>
@@ -415,22 +415,22 @@
415415
<img
416416
src="assets/img/team-1-800x800.jpg"
417417
alt="..."
418-
class="w-10 h-10 rounded-full border-2 border-coolGray-50 shadow"
418+
class="w-10 h-10 rounded-full border-2 border-blueGray-50 shadow"
419419
/>
420420
<img
421421
src="assets/img/team-2-800x800.jpg"
422422
alt="..."
423-
class="w-10 h-10 rounded-full border-2 border-coolGray-50 shadow -ml-4"
423+
class="w-10 h-10 rounded-full border-2 border-blueGray-50 shadow -ml-4"
424424
/>
425425
<img
426426
src="assets/img/team-3-800x800.jpg"
427427
alt="..."
428-
class="w-10 h-10 rounded-full border-2 border-coolGray-50 shadow -ml-4"
428+
class="w-10 h-10 rounded-full border-2 border-blueGray-50 shadow -ml-4"
429429
/>
430430
<img
431431
src="assets/img/team-4-470x470.png"
432432
alt="..."
433-
class="w-10 h-10 rounded-full border-2 border-coolGray-50 shadow -ml-4"
433+
class="w-10 h-10 rounded-full border-2 border-blueGray-50 shadow -ml-4"
434434
/>
435435
</div>
436436
</td>

0 commit comments

Comments
 (0)