Clean up popovers: background color and placeholder text

This commit is contained in:
Keavon Chambers
2021-08-11 23:53:05 -07:00
parent b184f2c974
commit 483f7d5893
6 changed files with 18 additions and 22 deletions
@@ -87,7 +87,7 @@ export default defineComponent({
kind: "PopoverButton",
popover: {
title: "Align",
text: "More alignment-related buttons will be here",
text: "The contents of this popover menu are coming soon",
},
props: {},
},
@@ -103,7 +103,7 @@ export default defineComponent({
kind: "PopoverButton",
popover: {
title: "Flip",
text: "More flip-related buttons will be here",
text: "The contents of this popover menu are coming soon",
},
props: {},
},
@@ -122,7 +122,7 @@ export default defineComponent({
kind: "PopoverButton",
popover: {
title: "Boolean",
text: "More boolean-related buttons will be here",
text: "The contents of this popover menu are coming soon",
},
props: {},
},