mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
fix(libsql): adjust LibsqlIcon size for improved UI consistency
This commit is contained in:
@@ -202,7 +202,7 @@ const databasesMap = {
|
||||
label: "Redis",
|
||||
},
|
||||
libsql: {
|
||||
icon: <LibsqlIcon />,
|
||||
icon: <LibsqlIcon className="size-10" />,
|
||||
label: "libSQL",
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user