Skip to content

Commit

Permalink
Change button color
Browse files Browse the repository at this point in the history
  • Loading branch information
rosteen committed Nov 10, 2023
1 parent 7859456 commit 0a0a813
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
<div v-if="image_color_mode_value === 'One color per layer'">
<v-row justify="end">
<j-tooltip tooltipcontent="Apply preset RGB colors, scaling, and opacities to visible layers">
<v-btn color="primary" text @click="apply_RGB_presets">Assign Presets</v-btn>
<v-btn color="accent" text @click="apply_RGB_presets">Assign Presets</v-btn>
</j-tooltip>
</v-row>
</div>
Expand Down

0 comments on commit 0a0a813

Please sign in to comment.