0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-04-07 23:01:25 -05:00

refactor(console): refine some welcome page settings (#1246)

refine some welcome page settings
This commit is contained in:
simeng-li 2022-06-26 15:18:39 +08:00 committed by GitHub
parent 568b75dffc
commit 84a6ea28ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
<rect width="256" height="256" fill="#2A2C32"/>
<rect width="256" height="256" />
<path d="M251 237H5.5L25.2124 207.625C28.8297 202.234 34.8948 199 41.3866 199H42.0675C45.2902 199 48.4475 199.91 51.1761 201.625C58.7086 206.36 68.6126 204.534 73.9617 197.424L97.3797 166.299C101.548 160.759 108.078 157.5 115.011 157.5C120.173 157.5 125.172 159.31 129.137 162.614L135.769 168.141C144.274 175.229 156.353 176.102 165.789 170.311C169.85 167.819 174.522 166.5 179.287 166.5H180.184C192.623 166.5 203.676 174.438 207.649 186.226L212.721 201.271C214.68 207.085 220.132 211 226.267 211C231.092 211 235.591 213.434 238.232 217.472L251 237Z" fill="#383A48"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M47 185C47 182.791 48.7909 181 51 181H55C57.2091 181 59 182.791 59 185V193H47V185ZM47 233C47 235.209 48.7909 237 51 237H55C57.2091 237 59 235.209 59 233V225H47V233ZM29 215C26.7909 215 25 213.209 25 211V207C25 204.791 26.7909 203 29 203H37V215H29ZM77 215C79.2091 215 81 213.209 81 211V207C81 204.791 79.2091 203 77 203H69V215H77Z" fill="#635C8F"/>
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.7871 196.272C30.225 194.71 30.225 192.177 31.7871 190.615L34.6155 187.787C36.1776 186.225 38.7103 186.225 40.2724 187.787L45.9293 193.444L37.444 201.929L31.7871 196.272ZM65.7282 230.213C67.2903 231.775 69.823 231.775 71.3851 230.213L74.2135 227.385C75.7756 225.823 75.7756 223.29 74.2135 221.728L68.5567 216.071L60.0714 224.556L65.7282 230.213ZM40.2724 230.213C38.7103 231.775 36.1776 231.775 34.6155 230.213L31.7871 227.385C30.225 225.823 30.225 223.29 31.7871 221.728L37.444 216.071L45.9293 224.556L40.2724 230.213ZM74.2135 196.272C75.7756 194.71 75.7756 192.177 74.2135 190.615L71.3851 187.787C69.823 186.225 67.2903 186.225 65.7282 187.787L60.0714 193.444L68.5567 201.929L74.2135 196.272Z" fill="#635C8F"/>

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -7,13 +7,13 @@ export const defaultSignInExperience: Readonly<CreateSignInExperience> = {
id: 'default',
color: {
primaryColor: '#6139F6',
isDarkModeEnabled: false,
isDarkModeEnabled: true,
darkPrimaryColor: '#6139F6',
},
branding: {
style: BrandingStyle.Logo,
logoUrl: 'https://logto.io/logo.svg',
darkLogoUrl: 'https://logto.io/logo.svg',
logoUrl: '',
darkLogoUrl: '',
},
languageInfo: {
autoDetect: true,