@@ -26,7 +26,7 @@ export function Component() {
26
26
<TableCell>Laptop</TableCell>
27
27
<TableCell>$2999</TableCell>
28
28
<TableCell>
29
- <a href="#" className="font-medium text-cyan -600 hover:underline dark:text-cyan -500">
29
+ <a href="#" className="font-medium text-primary -600 hover:underline dark:text-primary -500">
30
30
Edit
31
31
</a>
32
32
</TableCell>
@@ -39,7 +39,7 @@ export function Component() {
39
39
<TableCell>Laptop PC</TableCell>
40
40
<TableCell>$1999</TableCell>
41
41
<TableCell>
42
- <a href="#" className="font-medium text-cyan -600 hover:underline dark:text-cyan -500">
42
+ <a href="#" className="font-medium text-primary -600 hover:underline dark:text-primary -500">
43
43
Edit
44
44
</a>
45
45
</TableCell>
@@ -50,7 +50,7 @@ export function Component() {
50
50
<TableCell>Accessories</TableCell>
51
51
<TableCell>$99</TableCell>
52
52
<TableCell>
53
- <a href="#" className="font-medium text-cyan -600 hover:underline dark:text-cyan -500">
53
+ <a href="#" className="font-medium text-primary -600 hover:underline dark:text-primary -500">
54
54
Edit
55
55
</a>
56
56
</TableCell>
@@ -63,7 +63,7 @@ export function Component() {
63
63
<TableCell>Phone</TableCell>
64
64
<TableCell>$799</TableCell>
65
65
<TableCell>
66
- <a href="#" className="font-medium text-cyan -600 hover:underline dark:text-cyan -500">
66
+ <a href="#" className="font-medium text-primary -600 hover:underline dark:text-primary -500">
67
67
Edit
68
68
</a>
69
69
</TableCell>
@@ -74,7 +74,7 @@ export function Component() {
74
74
<TableCell>Wearables</TableCell>
75
75
<TableCell>$999</TableCell>
76
76
<TableCell>
77
- <a href="#" className="font-medium text-cyan -600 hover:underline dark:text-cyan -500">
77
+ <a href="#" className="font-medium text-primary -600 hover:underline dark:text-primary -500">
78
78
Edit
79
79
</a>
80
80
</TableCell>
@@ -110,7 +110,7 @@ export function Component() {
110
110
< TableCell > Laptop</ TableCell >
111
111
< TableCell > $2999</ TableCell >
112
112
< TableCell >
113
- < a href = "#" className = "font-medium text-cyan -600 hover:underline dark:text-cyan -500" >
113
+ < a href = "#" className = "font-medium text-primary -600 hover:underline dark:text-primary -500" >
114
114
Edit
115
115
</ a >
116
116
</ TableCell >
@@ -123,7 +123,7 @@ export function Component() {
123
123
< TableCell > Laptop PC</ TableCell >
124
124
< TableCell > $1999</ TableCell >
125
125
< TableCell >
126
- < a href = "#" className = "font-medium text-cyan -600 hover:underline dark:text-cyan -500" >
126
+ < a href = "#" className = "font-medium text-primary -600 hover:underline dark:text-primary -500" >
127
127
Edit
128
128
</ a >
129
129
</ TableCell >
@@ -134,7 +134,7 @@ export function Component() {
134
134
< TableCell > Accessories</ TableCell >
135
135
< TableCell > $99</ TableCell >
136
136
< TableCell >
137
- < a href = "#" className = "font-medium text-cyan -600 hover:underline dark:text-cyan -500" >
137
+ < a href = "#" className = "font-medium text-primary -600 hover:underline dark:text-primary -500" >
138
138
Edit
139
139
</ a >
140
140
</ TableCell >
@@ -147,7 +147,7 @@ export function Component() {
147
147
< TableCell > Phone</ TableCell >
148
148
< TableCell > $799</ TableCell >
149
149
< TableCell >
150
- < a href = "#" className = "font-medium text-cyan -600 hover:underline dark:text-cyan -500" >
150
+ < a href = "#" className = "font-medium text-primary -600 hover:underline dark:text-primary -500" >
151
151
Edit
152
152
</ a >
153
153
</ TableCell >
@@ -158,7 +158,7 @@ export function Component() {
158
158
< TableCell > Wearables</ TableCell >
159
159
< TableCell > $999</ TableCell >
160
160
< TableCell >
161
- < a href = "#" className = "font-medium text-cyan -600 hover:underline dark:text-cyan -500" >
161
+ < a href = "#" className = "font-medium text-primary -600 hover:underline dark:text-primary -500" >
162
162
Edit
163
163
</ a >
164
164
</ TableCell >
0 commit comments