File tree 2 files changed +3
-3
lines changed
packages/vuetify/src/components/VEmptyState
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -184,7 +184,7 @@ export const VEmptyState = genericComponent<VEmptyStateSlots>()({
184
184
defaults = { {
185
185
VBtn : {
186
186
class : 'v-empty-state__action-btn' ,
187
- color : props . color ,
187
+ color : props . color ?? 'surface-variant' ,
188
188
text : props . actionText ,
189
189
} ,
190
190
} }
Original file line number Diff line number Diff line change 1
1
@use ' ../../styles/settings' ;
2
2
@use " ../../styles/tools/functions" ;
3
3
4
- $empty-state-actions-btn-background-color : rgb ( var ( --v-theme-surface-variant )) !default ;
5
- $empty-state-actions-btn-color : rgb ( var ( --v-theme-on-surface-variant )) !default ;
4
+ $empty-state-actions-btn-background-color : initial !default ;
5
+ $empty-state-actions-btn-color : initial !default ;
6
6
$empty-state-actions-gap : 8px !default ;
7
7
$empty-state-actions-padding : 16px !default ;
8
8
$empty-state-content-padding : 24px 0 !default ;
You can’t perform that action at this time.
0 commit comments