ui(admin): tweaks to server management
This commit is contained in:
parent
4b32828423
commit
00b44bf3bb
4 changed files with 143 additions and 160 deletions
|
@ -10,7 +10,7 @@ interface Props {
|
|||
}
|
||||
|
||||
const ButtonStyle = styled.button<Omit<Props, 'isLoading'>>`
|
||||
${tw`relative inline-block rounded p-2 uppercase tracking-wide text-sm transition-all duration-150 border`};
|
||||
${tw`relative inline-block rounded p-2 tracking-wide text-sm transition-all duration-150 border`};
|
||||
|
||||
& > span {
|
||||
${tw`select-none`};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue