Skip to content

Commit

Permalink
Fixed #6663 - FileUpload message overlaps with ProgressBar
Browse files Browse the repository at this point in the history
  • Loading branch information
cagataycivici committed Oct 28, 2024
1 parent 3dae3d0 commit a88196e
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion packages/themes/src/presets/aura/megamenu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default {
borderRadius: '50%',
size: '1.75rem',
color: '{text.muted.color}',
hoverColor: '{text.muted.hover.color}',
hoverColor: '{text.hover.muted.color}',
hoverBackground: '{content.hover.background}',
focusRing: {
width: '{focus.ring.width}',
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/src/presets/aura/menubar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default {
borderRadius: '50%',
size: '1.75rem',
color: '{text.muted.color}',
hoverColor: '{text.muted.hover.color}',
hoverColor: '{text.hover.muted.color}',
hoverBackground: '{content.hover.background}',
focusRing: {
width: '{focus.ring.width}',
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/src/presets/lara/megamenu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default {
borderRadius: '50%',
size: '2rem',
color: '{text.muted.color}',
hoverColor: '{text.muted.hover.color}',
hoverColor: '{text.hover.muted.color}',
hoverBackground: '{content.hover.background}',
focusRing: {
width: '{focus.ring.width}',
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/src/presets/lara/menubar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export default {
borderRadius: '50%',
size: '2rem',
color: '{text.muted.color}',
hoverColor: '{text.muted.hover.color}',
hoverColor: '{text.hover.muted.color}',
hoverBackground: '{content.hover.background}',
focusRing: {
width: '{focus.ring.width}',
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/src/presets/material/megamenu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default {
borderRadius: '50%',
size: '2.5rem',
color: '{text.muted.color}',
hoverColor: '{text.muted.hover.color}',
hoverColor: '{text.hover.muted.color}',
hoverBackground: '{content.hover.background}',
focusRing: {
width: '0',
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/src/presets/material/menubar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default {
borderRadius: '50%',
size: '2.5rem',
color: '{text.muted.color}',
hoverColor: '{text.muted.hover.color}',
hoverColor: '{text.hover.muted.color}',
hoverBackground: '{content.hover.background}',
focusRing: {
width: '0',
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/src/presets/nora/megamenu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default {
borderRadius: '50%',
size: '1.75rem',
color: '{text.muted.color}',
hoverColor: '{text.muted.hover.color}',
hoverColor: '{text.hover.muted.color}',
hoverBackground: '{content.hover.background}',
focusRing: {
width: '{focus.ring.width}',
Expand Down
2 changes: 1 addition & 1 deletion packages/themes/src/presets/nora/menubar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default {
borderRadius: '50%',
size: '1.75rem',
color: '{text.muted.color}',
hoverColor: '{text.muted.hover.color}',
hoverColor: '{text.hover.muted.color}',
hoverBackground: '{content.hover.background}',
focusRing: {
width: '{focus.ring.width}',
Expand Down

0 comments on commit a88196e

Please sign in to comment.