fix(lab): Layout improvements
This commit is contained in:
parent
ed535bbe8c
commit
2c5f0fa332
17 changed files with 75 additions and 120 deletions
|
@ -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={`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue