Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoInuits committed Mar 7, 2022
1 parent 0bb7e15 commit cf7224d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -310277,7 +310277,7 @@ tr .ajax-progress-throbber .throbber {
}

.loading a[data-v-3b2f25b9] {
background-color: #ffffff;
background-color: none !important;
}

.buttonSmall[data-v-3b2f25b9] {
Expand Down
2 changes: 1 addition & 1 deletion lib/index.esm.css
Original file line number Diff line number Diff line change
Expand Up @@ -310277,7 +310277,7 @@ tr .ajax-progress-throbber .throbber {
}

.loading a[data-v-3b2f25b9] {
background-color: #ffffff;
background-color: none !important;
}

.buttonSmall[data-v-3b2f25b9] {
Expand Down
2 changes: 1 addition & 1 deletion src/components/customButtonSmall/CustomButtonSmall.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ export default defineComponent({
</script>
<style scoped>
.loading a {
background-color: #ffffff;
background-color: none !important;
}
.buttonSmall {
Expand Down

0 comments on commit cf7224d

Please sign in to comment.