refactor: add missing variant props
This commit is contained in:
@@ -443,6 +443,7 @@
|
||||
<CRow>
|
||||
<CCol sm="6" lg="3">
|
||||
<CWidgetHeaderDetails
|
||||
variant="primary"
|
||||
right-header="SALE"
|
||||
right-footer="Today 6:43 AM"
|
||||
left-header="$1.890,65"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<CRow>
|
||||
<CCol sm="6" lg="3">
|
||||
<CWidgetDropdown header="9.823" text="Members online">
|
||||
<CWidgetDropdown variant="primary" header="9.823" text="Members online">
|
||||
<template #default>
|
||||
<CDropdown
|
||||
class="c-float-right"
|
||||
|
||||
Reference in New Issue
Block a user