Skip to content

Commit

Permalink
feat: Added support for button color
Browse files Browse the repository at this point in the history
  • Loading branch information
ramedina86 committed Aug 27, 2024
1 parent 4e57790 commit fe7d9c3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/ui/src/core_components/content/CoreAnnotatedText.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,12 @@
</template>

<script lang="ts">
import { cssClasses, primaryTextColor } from "../../renderer/sharedStyleFields";
import {
buttonColor,
buttonTextColor,
cssClasses,
primaryTextColor,
} from "../../renderer/sharedStyleFields";
import BaseControlBar from "../base/BaseControlBar.vue";
export default {
writer: {
Expand Down Expand Up @@ -76,6 +81,8 @@ export default {
default: "no",
category: FieldCategory.Style,
},
buttonColor,
buttonTextColor,
primaryTextColor,
cssClasses,
},
Expand Down

0 comments on commit fe7d9c3

Please sign in to comment.