style: 🎨 remove useless spaces

This commit is contained in:
Michel Roux 2024-08-09 01:11:44 +02:00
parent 7e359bdf29
commit 1530e8b294
1 changed files with 0 additions and 3 deletions

View File

@ -7,9 +7,6 @@ export const showMessage = (text, backgroundColor) =>
})
export const showError = (text) => showMessage(text, '--color-error')
export const showWarning = (text) => showMessage(text, '--color-warning')
export const showInfo = (text) => showMessage(text, '--color-primary')
export const showSuccess = (text) => showMessage(text, '--color-success')