We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b91a8d0 commit 3d3e3b1Copy full SHA for 3d3e3b1
1 file changed
src/components/ChattyLLM/AgencyConfirmation.vue
@@ -80,8 +80,13 @@ export default {
80
</script>
81
82
<style lang="scss">
83
-.agency-confirmation > div {
84
- width: 100%;
+.agency-confirmation {
+ background-color: var(--color-main-background) !important;
85
+ border: 2px solid var(--color-border-dark) !important;
86
+
87
+ > div {
88
+ width: 100%;
89
+ }
90
}
91
</style>
92
0 commit comments