Skip to content

Commit

Permalink
fix: apply select style locally (#1451)
Browse files Browse the repository at this point in the history
  • Loading branch information
miteyema committed Mar 8, 2024
1 parent 91d2282 commit 814cbf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/css/tailwind.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@
@apply outline-none inline-flex justify-center items-center rounded gap-x-1 text-xs font-semibold px-2.5 py-0.5 text-pg-primary-600 dark:text-pg-primary-200 bg-pg-primary-100 dark:bg-pg-primary-600
}

select {
#power-grid-table-container select {
background-image: unset !important;
}

0 comments on commit 814cbf0

Please sign in to comment.