fix: audio uploader has cache issue
This commit is contained in:
@@ -32,7 +32,7 @@ export default {
|
||||
iconSize: 16,
|
||||
iconMarginInlineEnd: 12,
|
||||
itemBorderRadius: 4,
|
||||
itemHeight: 44,
|
||||
itemHeight: 36,
|
||||
itemSelectedColor: '#007BFF',
|
||||
darkItemSelectedBg: '#141414',
|
||||
darkItemHoverBg: 'rgba(255, 255, 255, 0.03)',
|
||||
|
||||
@@ -6,5 +6,5 @@ export const colorPrimary = '#007BFF';
|
||||
export default {
|
||||
light,
|
||||
dark,
|
||||
colorPrimary: '#007BFF'
|
||||
colorPrimary: colorPrimary
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user