Skip to content

Commit

Permalink
feat: verified signin and registration pages
Browse files Browse the repository at this point in the history
  • Loading branch information
yougotwill committed Oct 10, 2022
1 parent b4828b1 commit 13efc85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions stylesheets/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,7 @@ $loading-height: 16px;
}
.message {
-webkit-user-select: text;
user-select: text;
max-width: 35em;
}

Expand Down
2 changes: 1 addition & 1 deletion ts/components/registration/SignInTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export const SignInTab = () => {
left: 0,
right: 0,
pointerEvents: 'all',
backgroundColor: '#00000088',
backgroundColor: 'var(--background-primary-color)',
}}
>
<SessionSpinner loading={true} />
Expand Down
2 changes: 1 addition & 1 deletion ts/themes/colors.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ type ThemeColors = {
COLOR4: string;
COLOR5: string;
COLOR6: string;
COLOR7?: string; // Only used with Ocean Light
COLOR7?: string; // Only used with Ocean Themes
};
type Themes = Record<ThemeNames, ThemeColors>;

Expand Down

0 comments on commit 13efc85

Please sign in to comment.