summaryrefslogtreecommitdiffhomepage
path: root/packages/ui/src/components/dialog.css
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-12-14 19:33:40 -0600
committerAdam <[email protected]>2025-12-14 21:38:58 -0600
commit4246cdb069502c96ab11e260eb36a07a0370b710 (patch)
treea6340608c5d4954b860806ca807e95682385be96 /packages/ui/src/components/dialog.css
parent7ade6d386daeea120415b69f9df522001350db7b (diff)
downloadopencode-4246cdb069502c96ab11e260eb36a07a0370b710.tar.gz
opencode-4246cdb069502c96ab11e260eb36a07a0370b710.zip
wip(desktop): progress
Diffstat (limited to 'packages/ui/src/components/dialog.css')
-rw-r--r--packages/ui/src/components/dialog.css27
1 files changed, 23 insertions, 4 deletions
diff --git a/packages/ui/src/components/dialog.css b/packages/ui/src/components/dialog.css
index 979906e26..fa5e1171e 100644
--- a/packages/ui/src/components/dialog.css
+++ b/packages/ui/src/components/dialog.css
@@ -59,9 +59,7 @@
[data-slot="dialog-header"] {
display: flex;
- /* height: 40px; */
- /* padding: 4px 4px 4px 8px; */
- padding: 20px;
+ padding: 16px;
justify-content: space-between;
align-items: center;
flex-shrink: 0;
@@ -80,7 +78,28 @@
}
/* [data-slot="dialog-close-button"] {} */
}
- /* [data-slot="dialog-description"] {} */
+
+ [data-slot="dialog-description"] {
+ display: flex;
+ padding: 16px;
+ padding-top: 0;
+ margin-top: -8px;
+ justify-content: space-between;
+ align-items: center;
+ flex-shrink: 0;
+ align-self: stretch;
+
+ color: var(--text-base);
+
+ /* text-14-regular */
+ font-family: var(--font-family-sans);
+ font-size: 14px;
+ font-style: normal;
+ font-weight: var(--font-weight-regular);
+ line-height: var(--line-height-large); /* 142.857% */
+ letter-spacing: var(--letter-spacing-normal);
+ }
+
[data-slot="dialog-body"] {
width: 100%;
position: relative;