Skip to content

Commit

Permalink
fix(projects): text level low. #409
Browse files Browse the repository at this point in the history
  • Loading branch information
alleycharming committed Apr 26, 2024
1 parent a8dbc03 commit 50630df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/custom/button-icon.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const props = withDefaults(defineProps<Props>(), {
icon: '',
tooltipContent: '',
tooltipPlacement: 'bottom',
zIndex: 98
zIndex: 99
});
interface ButtonProps {
Expand Down

0 comments on commit 50630df

Please sign in to comment.