style: 🎨 remove useless spaces
This commit is contained in:
parent
7e359bdf29
commit
1530e8b294
@ -7,9 +7,6 @@ export const showMessage = (text, backgroundColor) =>
|
|||||||
})
|
})
|
||||||
|
|
||||||
export const showError = (text) => showMessage(text, '--color-error')
|
export const showError = (text) => showMessage(text, '--color-error')
|
||||||
|
|
||||||
export const showWarning = (text) => showMessage(text, '--color-warning')
|
export const showWarning = (text) => showMessage(text, '--color-warning')
|
||||||
|
|
||||||
export const showInfo = (text) => showMessage(text, '--color-primary')
|
export const showInfo = (text) => showMessage(text, '--color-primary')
|
||||||
|
|
||||||
export const showSuccess = (text) => showMessage(text, '--color-success')
|
export const showSuccess = (text) => showMessage(text, '--color-success')
|
||||||
|
Loading…
Reference in New Issue
Block a user