File tree Expand file tree Collapse file tree 3 files changed +9
-11
lines changed
Expand file tree Collapse file tree 3 files changed +9
-11
lines changed Original file line number Diff line number Diff line change 11<template >
2- <div class =" mt-10 sm:mt-20 bg-red-100 dark:bg-red-500 shadow-sm" >
2+ <div class =" mt-10 sm:mt-20 bg-primary-light dark:bg-primary-dark shadow-sm" >
33 <div
44 class =" container mx-auto py-20 block sm:flex sm:justify-between sm:items-center"
55 >
Original file line number Diff line number Diff line change 1717 appTheme === 'dark' &&
1818 document . querySelector ( 'body' ) . classList . contains ( 'app-theme' )
1919) {
20- document . querySelector ( 'body' ) . classList . add ( 'bg-background- primary-dark' ) ;
20+ document . querySelector ( 'body' ) . classList . add ( 'bg-primary-dark' ) ;
2121} else {
22- document . querySelector ( 'body' ) . classList . add ( 'bg-background- primary-light' ) ;
22+ document . querySelector ( 'body' ) . classList . add ( 'bg-primary-light' ) ;
2323}
Original file line number Diff line number Diff line change @@ -4,14 +4,12 @@ module.exports = {
44 theme : {
55 extend : {
66 colors : {
7- background : {
8- 'primary-light' : '#F7F8FC' ,
9- 'secondary-light' : '#FFFFFF' ,
10- 'ternary-light' : '#f6f7f8' ,
11- 'primary-dark' : '#0D2438' ,
12- 'secondary-dark' : '#102D44' ,
13- 'ternary-dark' : '#1E3851' ,
14- } ,
7+ 'primary-light' : '#F7F8FC' ,
8+ 'secondary-light' : '#FFFFFF' ,
9+ 'ternary-light' : '#f6f7f8' ,
10+ 'primary-dark' : '#0D2438' ,
11+ 'secondary-dark' : '#102D44' ,
12+ 'ternary-dark' : '#1E3851' ,
1513 } ,
1614 } ,
1715 container : {
You can’t perform that action at this time.
0 commit comments