diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html index f50263ad6..e7bc3a66d 100644 --- a/bskyweb/templates/base.html +++ b/bskyweb/templates/base.html @@ -61,7 +61,7 @@ color-scheme: dark; --text: white; --background: black; - --backgroundLight: #232e3e; + --backgroundLight: #222020; } } html, @@ -87,15 +87,15 @@ background-color: black; --text: white; --background: black; - --backgroundLight: #232E3E; + --backgroundLight: #222020; } html.theme--dim, html.theme--dim body, html.theme--dim #root { color-scheme: dark; - background-color: #151D28; + background-color: #222020; --text: white; - --background: #151D28; + --background: #222020; --backgroundLight: #2C3A4E; } #splash { diff --git a/src/state/persisted/schema.ts b/src/state/persisted/schema.ts index cebfcfc5e..0e7b12b98 100644 --- a/src/state/persisted/schema.ts +++ b/src/state/persisted/schema.ts @@ -246,13 +246,13 @@ export const defaults: Schema = { disableFollowedByMetrics: false, disablePostsMetrics: false, hideSimilarAccountsRecomm: true, - enableSquareAvatars: false, - enableSquareButtons: false, + enableSquareAvatars: true, + enableSquareButtons: true, disableVerifyEmailReminder: false, deerVerification: { enabled: false, // https://witchsky.app/profile/did:plc:p2cp5gopk7mgjegy6wadk3ep/post/3lndyqyyr4k2k - // using https://bverified.vercel.app/ as a source + // using https://bverified.vercel.app/trusted as a source trusted: [ 'did:plc:z72i7hdynmk6r22z27h6tvur', 'did:plc:b2kutgxqlltwc6lhs724cfwr', @@ -268,6 +268,12 @@ export const defaults: Schema = { 'did:plc:i3fhjvvkbmirhyu4aeihhrnv', 'did:plc:fivojrvylkim4nuo3pfqcf3k', 'did:plc:ofbkqcjzvm6gtwuufsubnkaf', + 'did:plc:xwqgusybtrpm67tcwqdfmzvy', + 'did:plc:oxo226vi7t2btjokm2buusoy', + 'did:plc:r4ve5hjtfjubdwrvlxcad62e', + 'did:plc:j4eroku3volozvv6ljsnnfec', + 'did:plc:6q2thhy2ohzog26mmqm4pffk', + 'did:plc:rk25gdgk3cnnmtkvlae265nz', ], }, highQualityImages: false, diff --git a/src/view/com/profile/ProfileMenu.tsx b/src/view/com/profile/ProfileMenu.tsx index a4df3f8c9..b118a13c3 100644 --- a/src/view/com/profile/ProfileMenu.tsx +++ b/src/view/com/profile/ProfileMenu.tsx @@ -268,7 +268,13 @@ let ProfileMenu = ({ color="secondary" size="small" shape={enableSquareButtons ? 'square' : 'round'}> - {statusNudgeActive && } + {statusNudgeActive && ( + + )} @@ -324,7 +330,9 @@ let ProfileMenu = ({ Share via bsky.app... )} - +