Skip to content

Commit

Permalink
fix: use primary-600 instead of adding new color
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar-saxena-yral committed Nov 25, 2024
1 parent dadd95b commit 38e4cae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ssr/src/component/auth_providers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ pub fn LoginProviders(show_modal: RwSignal<bool>, lock_closing: RwSignal<bool>)
view! { <google::GoogleAuthProvider></google::GoogleAuthProvider> }
}
<div id="tnc" class="text-white text-center">
By continuing you agree to our <a class="text-brandpink underline" href="/terms-of-service">Terms of Service</a>
By continuing you agree to our <a class="text-primary-600 underline" href="/terms-of-service">Terms of Service</a>
</div>
</div>
</div>
Expand Down
1 change: 0 additions & 1 deletion ssr/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module.exports = {
theme: {
extend: {
colors: {
brandpink: "#E2017B",
primary: {
50: "rgb(var(--color-primary-50))",
100: "rgb(var(--color-primary-100))",
Expand Down

0 comments on commit 38e4cae

Please sign in to comment.