Skip to content

Commit

Permalink
fix: credential card background (#59)
Browse files Browse the repository at this point in the history
Co-authored-by: Puria Nafisi Azizi <[email protected]>
  • Loading branch information
phoebus-84 and puria authored Mar 1, 2024
1 parent d72bd95 commit 4a020f3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/global/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
--error: #ee342b;
--sans-font-family: 'Gantari Variable', 'sans-serif';
--icon-font-family: 'Material Symbols Rounded';
--background-card-url: url('/dist/didroom-components/assets/rect.png');
--background-card-url: url('https://cdn.jsdelivr.net/npm/@didroom/components@latest/dist/didroom-components/assets/rect.png');
--input-background: #F9FAFB;
}

Expand All @@ -40,7 +40,7 @@
--success: #4ecb71;
--warning: #ff9601;
--error: #ff443b;
--background-card-url: url('/dist/didroom-components/assets/rect-dark.png');
--background-card-url: url('https://cdn.jsdelivr.net/npm/@didroom/components@latest/dist/didroom-components/assets/rect-dark.png');
--input-background: #374151;
}

Expand All @@ -55,6 +55,7 @@
--success: #4ecb71;
--warning: #ff9601;
--error: #ff443b;
--background-card-url: url('https://cdn.jsdelivr.net/npm/@didroom/components@latest/dist/didroom-components/assets/rect-dark.png');
--background-card-url: url('/dist/didroom-components/assets/rect-dark.png');
--input-background: #374151;
}
Expand Down

0 comments on commit 4a020f3

Please sign in to comment.