diff --git a/uno.config.js b/uno.config.js
index e94f090..180c63a 100644
--- a/uno.config.js
+++ b/uno.config.js
@@ -22,7 +22,7 @@ export default defineConfig({
['wh-full', 'w-full h-full'],
['f-b-c', 'flex justify-between items-center'],
['f-c-c', 'flex justify-center items-center'],
- ['flex-c', 'flex flex-col'],
+ ['flex-col', 'flex flex-col'],
['icon-btn', 'text-5 inline-block cursor-pointer select-none opacity-75 transition duration-200 ease-in-out hover:opacity-100 hover:text-primary !outline-none'],
],
})