Skip to content

Commit

Permalink
Merge pull request #778 from CirclesUBI/style-update
Browse files Browse the repository at this point in the history
background colour change for purple dialog
  • Loading branch information
jaensen authored May 16, 2024
2 parents c6fcc9e + 50b683a commit 4ad2a53
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Binary file added assets/images/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/webclip-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/DialogPurple.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import Button from '~/components/Button';

const useStyles = makeStyles((theme) => ({
paper: {
background: 'linear-gradient(284.04deg, #660F33 0%, #CC1E66 100%)',
background: '#38318B',
borderRadius: 0,
borderBottomRightRadius: 48,
maxWidth: 720,
Expand Down
6 changes: 3 additions & 3 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,16 @@
/>
<link
rel="icon"
href="https://joincircles.net/wp-content/uploads/2021/10/favicon.png"
href="/assets/images/favicon-32x32.png"
type="image/png"
/>
<link
rel="apple-touch-icon"
href="https://joincircles.net/wp-content/uploads/2021/10/favicon.png"
href="/assets/images/webclip-256x256.png"
/>
<meta
name="msapplication-TileImage"
content="https://joincircles.net/wp-content/uploads/2021/10/favicon.png"
content="/assets/images/webclip-256x256.png"
/>
<style>
body {
Expand Down

0 comments on commit 4ad2a53

Please sign in to comment.