feat(ags osk): edit style
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-11-26 20:34:57 -05:00
parent 88d0a52a4e
commit 441cb331e2
2 changed files with 5 additions and 4 deletions

View file

@ -31,13 +31,14 @@
label {
background-color: colors.$window_bg_color;
border: 0.08rem solid color.adjust(colors.$window_bg_color, $lightness: -3%);
border-radius: 0.7rem;
border-radius: 6px;
min-height: 3rem;
transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
box-shadow: 2px 1px 2px gray;
box-shadow: 2px 1px 2px colors.$accent-color;
padding: 4px;
margin: 4px 4px 4px 4px;

View file

@ -26,7 +26,7 @@ class ToggleButton extends astalify(Gtk.ToggleButton) {
const L_KEY_PER_ROW = [8, 7, 6, 6, 6, 4];
const SPACING = 4;
const COLOR = 'rgba(0, 0, 0, 0.3)';
const COLOR = 'rgba(0, 0, 0, 0.5)';
export default () => {
const ThirdWidth = Variable(0);