File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change 115
115
class =" modal-wrapper flex items-center z-30"
116
116
>
117
117
<div
118
- class =" modal max-w-md mx-auto xl:max-w-5xl lg:max-w-5xl md:max-w-2xl bg-white max-h-screen shadow-lg flex-row rounded relative"
118
+ class =" modal max-w-md mx-auto xl:max-w-xl lg:max-w-xl md:max-w-xl bg-secondary-light dark:bg-primary-dark max-h-screen shadow-lg flex-row rounded-xl relative"
119
119
>
120
120
<div
121
- class =" modal-header p-5 bg-gray-900 text-gray-900 rounded-t "
121
+ class =" modal-header flex justify-between p-5 border-b border-ternary-light dark:border-ternary-dark "
122
122
>
123
- <h5 class =" text-white text-2xl uppercase" >
124
- this is header
123
+ <h5
124
+ class =" text-primary-dark dark:text-primary-light text-2xl"
125
+ >
126
+ What project are you looking for?
125
127
</h5 >
128
+ <button
129
+ class =" px-4 font-bold text-primary-dark dark:text-primary-light"
130
+ @click =" showModal()"
131
+ >
132
+ X
133
+ </button >
126
134
</div >
127
135
<div
128
136
class =" modal-body p-5 w-full h-full overflow-y-auto "
141
149
</div >
142
150
<div
143
151
class =" modal-footer py-3 px-5 border0-t text-right"
144
- >
145
- <button
146
- class =" bg-green-500 px-5 py-2 text-white"
147
- @click =" showModal()"
148
- >
149
- OK
150
- </button >
151
- </div >
152
+ ></div >
152
153
</div >
153
154
</div >
154
155
</transition >
You can’t perform that action at this time.
0 commit comments