Feat/migrate to daisy (#10)
* feat: init daisyui! * feat: change theme and colors * change dark theme and add colors
This commit is contained in:
@@ -14,20 +14,8 @@ const href = url.toString()
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<a :href="href" class="sign-in-github button is-primary">
|
||||
<span>
|
||||
Sign in with
|
||||
<img src="/assets/github.svg" alt="GitHub" />
|
||||
</span>
|
||||
<a :href="href" class="sign-in-github btn btn-primary">
|
||||
Sign in with
|
||||
<img src="/assets/github.svg" alt="GitHub" />
|
||||
</a>
|
||||
</template>
|
||||
|
||||
<style scoped lang="scss">
|
||||
.sign-in-github {
|
||||
span {
|
||||
display: flex;
|
||||
align-items: flex-end;
|
||||
gap: 0.5rem;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user