mirror of
https://github.com/remvze/moodist.git
synced 2025-12-17 00:44:14 +00:00
style: minor change
This commit is contained in:
parent
5b3972b347
commit
b73fd0b16e
1 changed files with 4 additions and 1 deletions
|
|
@ -73,7 +73,10 @@ import { Container } from './container';
|
|||
width: 45px;
|
||||
height: 45px;
|
||||
font-size: var(--font-md);
|
||||
background-color: var(--color-neutral-100);
|
||||
background: linear-gradient(
|
||||
var(--color-neutral-50),
|
||||
var(--color-neutral-100)
|
||||
);
|
||||
border: 1px solid var(--color-neutral-300);
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue