Skip to content

Commit 9825da7

Browse files
committed

File tree

2 files changed

+3
-17
lines changed

2 files changed

+3
-17
lines changed

resources/css/main.css

-17
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242

4343
table {
4444
thead {
45-
@apply bg-gray-100;
4645
box-shadow: none;
4746
border-radius: unset;
4847
}
@@ -71,22 +70,6 @@
7170
}
7271
}
7372

74-
/* button[data-cy^="toggle-columns-"] */
75-
div[role="none"] {
76-
svg.text-pg-primary-200 {
77-
@apply text-gray-200;
78-
}
79-
80-
svg.text-pg-primary-500 {
81-
@apply text-gray-500;
82-
}
83-
84-
div.bg-pg-primary-100,
85-
div.hover\:bg-pg-primary-100:hover {
86-
@apply bg-gray-100;
87-
}
88-
}
89-
9073
nav[aria-label="Pagination Navigation"] {
9174
span, a {
9275
@apply border-border-300;

tailwind.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import forms from '@tailwindcss/forms';
22
import presetPowerGrid from './vendor/power-components/livewire-powergrid/tailwind.config.js';
3+
import colors from 'tailwindcss/colors';
34

45
/** @type {import('tailwindcss').Config} */
56
export default {
@@ -30,6 +31,8 @@ export default {
3031
"uh-blue": "#3d5b99",
3132
"border-200": "#e7e5e4",
3233
"border-300": "#d6d3d1",
34+
// PowerGrid
35+
'pg-primary': colors.gray,
3336
},
3437
},
3538
},

0 commit comments

Comments
 (0)