mirror of
https://github.com/fallenbagel/jellyseerr.git
synced 2026-01-02 12:48:45 -05:00
style: add new tailwind prettier plugin (#2465)
This commit is contained in:
@@ -3,7 +3,7 @@ import { withProperties } from '../../../utils/typeHelpers';
|
||||
|
||||
const TBody: React.FC = ({ children }) => {
|
||||
return (
|
||||
<tbody className="bg-gray-800 divide-y divide-gray-700">{children}</tbody>
|
||||
<tbody className="divide-y divide-gray-700 bg-gray-800">{children}</tbody>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user