Browse Source

style: Update background color to enhance visual consistency

pull/280/head
Aldino Kemal 12 months ago
parent
commit
1ef8f42e14
  1. 2
      src/views/assets/app.css

2
src/views/assets/app.css

@ -2,7 +2,7 @@
--primary-color: #00A884; /* WhatsApp's new brand green */
--secondary-color: #008069; /* WhatsApp's darker green */
--tertiary-color: #075E54; /* WhatsApp's darkest green */
--background-color: #EFEAE2; /* WhatsApp's authentic background */
--background-color: #FCF5EB; /* WhatsApp's authentic background */
--card-hover-color: #ffffff;
--text-color: #111B21; /* WhatsApp's text color */
--gradient-start: #00A884;

Loading…
Cancel
Save