updated response messages and rebuilt ui/dist
This commit is contained in:
+6
-6
@@ -5,27 +5,27 @@
|
||||
export default {
|
||||
googleAuth: {
|
||||
title: "Google",
|
||||
icon: "ri-google-line",
|
||||
icon: "ri-google-fill",
|
||||
},
|
||||
facebookAuth: {
|
||||
title: "Facebook",
|
||||
icon: "ri-facebook-line",
|
||||
icon: "ri-facebook-fill",
|
||||
},
|
||||
twitterAuth: {
|
||||
title: "Twitter",
|
||||
icon: "ri-twitter-line",
|
||||
icon: "ri-twitter-fill",
|
||||
},
|
||||
githubAuth: {
|
||||
title: "GitHub",
|
||||
icon: "ri-github-line",
|
||||
icon: "ri-github-fill",
|
||||
},
|
||||
gitlabAuth: {
|
||||
title: "GitLab",
|
||||
icon: "ri-gitlab-line",
|
||||
icon: "ri-gitlab-fill",
|
||||
selfHosted: true,
|
||||
},
|
||||
discordAuth: {
|
||||
title: "Discord",
|
||||
icon: "ri-discord-line",
|
||||
icon: "ri-discord-fill",
|
||||
},
|
||||
};
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
--bodyColor: #f8f9fa;
|
||||
|
||||
--baseColor: #ffffff;
|
||||
--baseAlt1Color: #edf0f3;
|
||||
--baseAlt1Color: #ebeff2;
|
||||
--baseAlt2Color: #dee3e8;
|
||||
--baseAlt3Color: #a9b4bc;
|
||||
--baseAlt4Color: #7c868d;
|
||||
@@ -26,7 +26,7 @@
|
||||
--warningColor: #ff8e3c;
|
||||
--warningAltColor: #ffe7d6;
|
||||
|
||||
--overlayColor: rgba(70, 82, 105, 0.25);
|
||||
--overlayColor: rgba(65, 82, 105, 0.25);
|
||||
--tooltipColor: rgba(0, 0, 0, 0.85);
|
||||
--shadowColor: rgba(0, 0, 0, 0.05);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user