layout tweaks

This commit is contained in:
Jakob Pinterits
2024-07-01 17:54:10 +02:00
parent 1a37619113
commit a1ebd3ef66
2 changed files with 3 additions and 1 deletions

View File

@@ -1114,7 +1114,7 @@ $rio-input-box-text-distance-from-bottom: 0.4rem; // To be aligned with the <inp
z-index: -1;
background-color: var(--outer-text-color);
opacity: 0.2;
opacity: 0.1;
border-radius: var(--border-radius);
}

View File

@@ -61,6 +61,8 @@ class SampleIconsGrid(rio.Component):
style="plain",
on_press=functools.partial(self._on_select_icon, icon),
key=icon,
align_x=0.5,
align_y=0.5,
)
for icon in DISPLAYED_ICON_NAMES
]