Skip to content

Commit

Permalink
cool
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchayan721 committed Aug 10, 2023
1 parent d490c9b commit ea0feda
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
body: file://email.html
content_type: "text/html"
from: "Github | Brahmware <${{ secrets.MAIL_SERVER_UID }}>"
to: "bhunia.sanchayan@gmail.com"
to: "sanchayan.bhunia@hotmail.com"
4 changes: 2 additions & 2 deletions app/styles/theme/Breakpoints.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ interface Values {
md: number;
lg: number;
xl: number;
}
};

export const values: Values = {
xs: 0,
Expand All @@ -25,7 +25,7 @@ export interface Breakpoints {
only: (key: keyof Values) => string;
not: (key: keyof Values) => string;
unit: 'px' | 'em' | 'rem';
}
};

export const breakpoints: Breakpoints = {
values,
Expand Down
2 changes: 1 addition & 1 deletion app/styles/theme/Spaces.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export interface Spaces {
lg: string;
xl: string;
xxl: string;
}
};

export const spaces: Spaces = {
xxs: '0.25rem',
Expand Down
3 changes: 2 additions & 1 deletion templates/email/notify_deployment-staging.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:400,700">
<title>IMS-Corp Deployment Notification</title>
<style>
body {
font-family: Roboto, Arial, Helvetica, sans-serif;
font-family: Montserrat, Arial, Helvetica, sans-serif !important;
background-color: #f4f4f4;
margin: 0;
padding: 0;
Expand Down

0 comments on commit ea0feda

Please sign in to comment.