Adjust playerbar size

This commit is contained in:
jeffvli
2022-12-11 01:18:42 -08:00
parent 584c07afea
commit 57d4fa1759
4 changed files with 44 additions and 46 deletions
+3 -3
View File
@@ -54,9 +54,9 @@ export const App = () => {
fontSizes: {
lg: 16,
md: 14,
sm: 13,
sm: 12,
xl: 18,
xs: 12,
xs: 10,
},
other: {},
spacing: {
@@ -72,7 +72,7 @@ export const App = () => {
autoClose={1500}
position="bottom-right"
style={{
marginBottom: '90px',
marginBottom: '85px',
opacity: '.8',
userSelect: 'none',
width: '250px',