@kumori/aurora-wui-components 0.0.264-dev4116.3 → 0.0.264-dev4116.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -7996,7 +7996,7 @@ var AxebowActionsFooter = class AxebowActionsFooter extends LitElement {
|
|
|
7996
7996
|
render() {
|
|
7997
7997
|
return html`
|
|
7998
7998
|
<div
|
|
7999
|
-
class="w-full box-border ${this.isOverlappingContent ? "shadow-[0_-8px_8px_-8px_rgba(13,24,33,0.15)]" : ""}"
|
|
7999
|
+
class="w-full bg-(--axebow-base) box-border ${this.isOverlappingContent ? "shadow-[0_-8px_8px_-8px_rgba(13,24,33,0.15)]" : ""}"
|
|
8000
8000
|
>
|
|
8001
8001
|
<sl-divider class="h-px bg-(--axebow-light-gray)" style="margin: 1rem 0;"></sl-divider>
|
|
8002
8002
|
<div class="h-10 box-content flex items-center gap-8 pb-6">
|