Skip to content

Commit 24ae22e

Browse files
committed
+
1 parent 1f52816 commit 24ae22e

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/ui/components/Toasts.astro

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const toasts = [
1414
class="toasts-wrap animated_bottom"
1515
transition:persist="toasts"
1616
>
17-
<div class="by-drizzle">Product by Drizzle</div>
17+
<div class="by-drizzle">Product by Drizzle Team</div>
1818
{
1919
toasts.map((toast, index) => (
2020
<a
@@ -160,8 +160,6 @@ const toasts = [
160160
}
161161

162162
html.dark .by-drizzle {
163-
background: #111;
164-
border: 1px solid #292929;
165163
color: #909090;
166164
}
167165

@@ -174,11 +172,9 @@ const toasts = [
174172
margin-bottom: 8px;
175173
left: 50%;
176174
color: #909090;
177-
border: 1px solid #e0e1e3;
178175
white-space: pre;
179176
z-index: -1;
180177
transform: translateX(-50%);
181-
background-color: #fbfbfc;
182178
padding: 0 8px;
183179
border-bottom-left-radius: 8px;
184180
border-bottom-right-radius: 8px;

0 commit comments

Comments
 (0)