Skip to content

Commit

Permalink
Change colors
Browse files Browse the repository at this point in the history
  • Loading branch information
mrruby committed Jun 21, 2024
1 parent 1f7e534 commit 7c934fb
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</div>
<p>Did you remember to write down your passphrase?</p>
<div class="mx-auto mt-4 flex w-36 flex-col justify-center">
<button class="m-2 rounded-full bg-tertiary px-4 py-2 font-bold text-white" on:click={next}>
<button class="m-2 rounded-full bg-primary px-4 py-2 font-bold text-white" on:click={next}>
Yes
</button>
<button class="m-2 bg-white px-4 py-2 font-bold text-quaternary underline" on:click={dismiss}>
Expand Down
Binary file modified holo-key-manager-extension/static/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 3 additions & 6 deletions holo-key-manager-extension/static/img/holo_logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 0 additions & 7 deletions holo-key-manager-extension/static/img/logo.svg

This file was deleted.

2 changes: 1 addition & 1 deletion holo-key-manager-extension/static/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Holo key manager",
"description": "A browser extension to manage holo keys",
"version": "0.0.59",
"version": "0.0.60",
"manifest_version": 3,
"action": {
"default_title": "Holo key manager",
Expand Down
6 changes: 2 additions & 4 deletions holo-key-manager-extension/tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,12 @@ export default {
sans: ['Nunito Sans', 'sans-serif']
},
colors: {
primary: '#4820E3',
'primary-disabled': '#C8C1E3',
primary: '#00838D',
'primary-disabled': '#B2DADD',
secondary: '#606C8B',
tertiary: '#5C4DA6',
quaternary: '#313C59',
grey: '#D2D0DD',
'light-gray': '#262A3333',
'primary-border': '#C8BBFA',
'primary-background': '#FBFAFF',
'row-background': '#F9F9FB',
alert: '#D92D20',
Expand Down

0 comments on commit 7c934fb

Please sign in to comment.