We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d6d37d commit b40903eCopy full SHA for b40903e
src/views/notifications/Toasts.vue
@@ -174,7 +174,7 @@
174
<p class="text-body-secondary small">
175
Building on the above example, you can create different toast color schemes with our
176
<a href="https://coreui.io/docs/utilities/colors">color</a> and
177
- <a href="https://coreui.io/docs//utilities/background">background</a> utilities.
+ <a href="https://coreui.io/docs/utilities/background">background</a> utilities.
178
Here we've set <code>color="primary"</code> and added
179
<code>.text-white</code> class to the <code><Ctoast></code>, and then set
180
<code>white</code> property to our close button. For a crisp edge, we remove the default
0 commit comments