Skip to content

Commit

Permalink
🎨 Use more forgiving styling pattern.
Browse files Browse the repository at this point in the history
What? Its better to set location styling outside of a component as this lets the component be used
in more places.
  • Loading branch information
klondikemarlen committed Jun 5, 2024
1 parent 4abc3a7 commit bb09c3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
<v-btn
:loading="loading || isReplicatingEstimates"
color="yg_sun"
class="float-right mb-3"
size="small"
@click="replicateEstimatesForward"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
</v-row>
<v-row>
<v-col>
<h3 class="section-header">
<h3 class="section-header d-flex justify-space-between">
Wage Enhancements

<ReplicateEstimatesButton
Expand Down

0 comments on commit bb09c3f

Please sign in to comment.