@marianmeres/stuic 1.45.0 → 1.46.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -110,7 +110,7 @@ function iconFeatherRotateCw(props) {
|
|
|
110
110
|
export const acpDefaultIcons = {
|
|
111
111
|
info: () => iconFeatherInfo({}),
|
|
112
112
|
success: () => iconFeatherCheckCircle({}),
|
|
113
|
-
warn: () => iconFeatherAlertTriangle({}),
|
|
113
|
+
warn: () => iconFeatherAlertTriangle({ class: '-mt-[3px]' }), // move up a little because it looks better with the triangle
|
|
114
114
|
error: () => iconFeatherXOctagon({}),
|
|
115
115
|
spinner: () => iconFeatherRotateCw({ size: 32, class: 'opacity-50' }),
|
|
116
116
|
};
|