mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Add back disabled color
This commit is contained in:
@ -56,7 +56,7 @@ const ToastBase = ({ config }: { config: Config }) => {
|
||||
enum colorMapping {
|
||||
success = 'blue',
|
||||
error = 'red',
|
||||
warning = 'primary'
|
||||
warning = 'secondary'
|
||||
}
|
||||
|
||||
return (
|
||||
|
Reference in New Issue
Block a user