Fix toast text alignment

The text in the toast notification was left-aligned instead of centered. This commit fixes the alignment issue.
This commit is contained in:
gpt-engineer-app[bot]
2025-03-18 01:56:46 +00:00
parent 043db23836
commit 5bf8ff6e3f
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
export const TOAST_LIMIT = 5 // 최대 5개로 제한
export const TOAST_REMOVE_DELAY = 3000 // 3초 후 DOM에서 제거 (5초에서 3초로 변경)
export const TOAST_REMOVE_DELAY = 3000 // 3초 후 DOM에서 제거