File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const toasts = [
14
14
class =" toasts-wrap animated_bottom"
15
15
transition:persist =" toasts"
16
16
>
17
- <div class =" by-drizzle" >Product by Drizzle</div >
17
+ <div class =" by-drizzle" >Product by Drizzle Team </div >
18
18
{
19
19
toasts .map ((toast , index ) => (
20
20
<a
@@ -160,8 +160,6 @@ const toasts = [
160
160
}
161
161
162
162
html.dark .by-drizzle {
163
- background: #111;
164
- border: 1px solid #292929;
165
163
color: #909090;
166
164
}
167
165
@@ -174,11 +172,9 @@ const toasts = [
174
172
margin-bottom: 8px;
175
173
left: 50%;
176
174
color: #909090;
177
- border: 1px solid #e0e1e3;
178
175
white-space: pre;
179
176
z-index: -1;
180
177
transform: translateX(-50%);
181
- background-color: #fbfbfc;
182
178
padding: 0 8px;
183
179
border-bottom-left-radius: 8px;
184
180
border-bottom-right-radius: 8px;
You can’t perform that action at this time.
0 commit comments