1
0
Fork 0

fix(lab): Layout improvements

This commit is contained in:
Joost De Cock 2022-05-14 14:53:29 +02:00
parent ed535bbe8c
commit 2c5f0fa332
17 changed files with 75 additions and 120 deletions

View file

@ -71,7 +71,7 @@ const View = props => {
hover:cursor-row-resize
p-2
text-base-content
sm:text-neutral-content
sm:text-base-content
items-center
`}>
<span className="text-secondary-focus mr-4"><MenuIcon /></span>
@ -93,7 +93,7 @@ const View = props => {
capitalize
${entry.name === props.gist?._state?.view
? 'text-secondary border-secondary sm:text-secondary-focus sm:border-secondary-focus'
: 'text-base-content sm:text-neutral-content'
: 'text-base-content sm:text-base-content'
}
`} onClick={entry.onClick}>
<span className={`