Conditions | 1 |
Paths | 1 |
Total Lines | 5 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
22 | function getTheme() { |
||
23 | return [ |
||
24 | 'default-text-color' => config('searchable-dropdown-config.styles.theme.default-text-color'), |
||
25 | 'default-primary-color' => config('searchable-dropdown-config.styles.theme.default-primary-color'), |
||
26 | 'default-secondary-color' => config('searchalbe-dropdown-config.styles.theme.default-secondary-color') |
||
27 | ]; |
||
42 |