Skip to content

Commit 4f2b6a4

Browse files
authored
Merge pull request #345 from codex-team/fix/confirmation-close-button
fix: popup and switch display
2 parents 418ce48 + 4839b90 commit 4f2b6a4

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

@codexteam/ui/src/vue/components/popup/Popup.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ withDefaults(
8888
border-radius: var(--radius-l);
8989
margin-left: var(--spacing-l);
9090
margin-top: var(--spacing-xs);
91+
box-sizing: content-box;
9192
9293
&:hover {
9394
color: var(--base--text);

@codexteam/ui/src/vue/components/switch/Switch.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ function changeValue() {
4747
border-radius: var(--radius-l);
4848
background-color: var(--bg-color);
4949
transition: background-color 0.2s;
50+
box-sizing: content-box;
5051
5152
&:not(&--disabled):hover {
5253
--bg-color: var(--accent--bg-secondary-hover);

0 commit comments

Comments
 (0)