Commit 038e655 1 parent ffe23ca commit 038e655 Copy full SHA for 038e655
File tree 1 file changed +4
-24
lines changed
1 file changed +4
-24
lines changed Original file line number Diff line number Diff line change @@ -170,29 +170,6 @@ const StyledSection = styled.section`
170
170
margin-bottom: 10px;
171
171
}
172
172
173
- .link-button {
174
- display: block;
175
- font-size: 16px;
176
- padding: 10px;
177
- text-decoration: none;
178
- border-radius: 4px;
179
- cursor: pointer;
180
- background-color: transparent;
181
- border: none;
182
- outline: none;
183
- }
184
-
185
- button.link-button.full-width-button {
186
- text-align: left;
187
- }
188
-
189
- .primary-button {
190
- min-width: 8em;
191
- &[disabled] {
192
- pointer-events: none;
193
- }
194
- }
195
-
196
173
&.toolbar-hidden {
197
174
opacity: 0;
198
175
pointer-events: none;
@@ -504,7 +481,7 @@ export default function Toolbar({
504
481
) ;
505
482
506
483
return (
507
- < Card asChild = { true } size = "1" >
484
+ < Card asChild = { true } size = "1" variant = "ghost" >
508
485
< StyledSection
509
486
className = { filteredClassNames }
510
487
style = { {
@@ -522,6 +499,9 @@ export default function Toolbar({
522
499
viewportHeight ,
523
500
isModal || false ,
524
501
) ,
502
+ backgroundColor : "var(--card-background-color)" ,
503
+ WebkitBackdropFilter : "var(--backdrop-filter-panel)" ,
504
+ backdropFilter : "var(--backdrop-filter-panel)" ,
525
505
} }
526
506
ref = { scrollElementRef }
527
507
aria-hidden = { inert || hidden }
You can’t perform that action at this time.
0 commit comments