Bump tailwindcss related packages and updated config. Fixed Storybook! (#624)

* Updated Story book to the latest one

* Updated tailwindcss related packages and config

* Fixed Storybook

* Added missed colors

* Fixed CSS for the error dialog
This commit is contained in:
yuri-sakharov
2025-11-26 08:55:42 +02:00
committed by GitHub
parent 210a371d06
commit 51df16e83e
21 changed files with 3489 additions and 7792 deletions
+1 -3
View File
@@ -50,9 +50,7 @@ export default function ErrorModal({
return (
<Modal
containerClassNames={
"border-2 border-error-border-color bg-error-background w-2/3"
}
containerClassNames={"error-dialog w-2/3"}
title={ErrorTitle}
isOpen={isOpen}
onClose={onClose}