diff --git a/app/components/ButtonLink.vue b/app/components/ButtonLink.vue index 0434d5d..538e932 100644 --- a/app/components/ButtonLink.vue +++ b/app/components/ButtonLink.vue @@ -6,7 +6,7 @@ const { to, text, icon = undefined, color = undefined } = defineProps<{ color?: string }>() -const buttonClass = ref(`btn btn-outline ${color ? color : "btn-primary"}`) +const buttonClass = ref(`btn ${color ? color : "btn-primary"}`) diff --git a/bun.lock b/bun.lock index c44fad9..b0fce52 100644 --- a/bun.lock +++ b/bun.lock @@ -28,6 +28,7 @@ }, "devDependencies": { "@iconify-json/material-symbols": "^1.2.48", + "@iconify-json/ri": "^1.2.6", "@iconify-json/solar": "^1.2.5", "@iconify-json/uil": "^1.2.3", }, @@ -200,6 +201,8 @@ "@iconify-json/material-symbols": ["@iconify-json/material-symbols@1.2.48", "", { "dependencies": { "@iconify/types": "*" } }, "sha512-qDjqYEeNCm31tae3YbsprEklWHIoVPvqlbTuqtisNjlhHRSiXy5x+AtUq9VwjlITRU+TtqsP6jW2h+pnEUURRQ=="], + "@iconify-json/ri": ["@iconify-json/ri@1.2.6", "", { "dependencies": { "@iconify/types": "*" } }, "sha512-tGXRmXtb8oFu8DNg9MsS1pywKFgs9QZ4U6LBzUamBHaw3ePSiPd7ouE64gzHzfEcR16hgVaXoUa+XxD3BB0XOg=="], + "@iconify-json/solar": ["@iconify-json/solar@1.2.5", "", { "dependencies": { "@iconify/types": "*" } }, "sha512-WMAiNwchU8zhfrySww6KQBRIBbsQ6SvgIu2yA+CHGyMima/0KQwT5MXogrZPJGoQF+1Ye3Qj6K+1CiyNn3YkoA=="], "@iconify-json/uil": ["@iconify-json/uil@1.2.3", "", { "dependencies": { "@iconify/types": "*" } }, "sha512-if91+UBhDQc6glPsIaXecGIcXnbQZfEO4Gdv89TV2xQ+V5e9GWbY5rNl2fsKZd8COsRQ5lRQAKimVQVL0CZZVg=="], diff --git a/package.json b/package.json index 2fdb293..33ebc3c 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ }, "devDependencies": { "@iconify-json/material-symbols": "^1.2.48", + "@iconify-json/ri": "^1.2.6", "@iconify-json/solar": "^1.2.5", "@iconify-json/uil": "^1.2.3" }