mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-09-01 00:59:07 +00:00
Added prettier-plugin-tailwindcss and sorted the classes + some small fixes (#630)
* Added prettier-plugin-tailwindcss and sorted the classes * Added tsc into staged check + some type improvements
This commit is contained in:
@@ -14,7 +14,7 @@ export default function GlobalErrorModal({
|
||||
contentText,
|
||||
}: ErrorModalProps) {
|
||||
const ErrorTitle = (
|
||||
<div className="font-medium text-2xl text-error-color">
|
||||
<div className="text-2xl font-medium text-error-color">
|
||||
<div className="flex gap-3">
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
@@ -55,7 +55,7 @@ export default function GlobalErrorModal({
|
||||
>
|
||||
<p
|
||||
style={{ minWidth: "500px" }}
|
||||
className="text-error-color border-green-400 text-sm"
|
||||
className="border-green-400 text-sm text-error-color"
|
||||
>
|
||||
{contentText}
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user